-
-
Notifications
You must be signed in to change notification settings - Fork 71
fix: add favicon.ico support #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
72f862c
93b871a
2a69743
4003542
5041b3e
aeed8bf
66c1bae
905b3ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ layout: false | |
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Developer Directory</title> | ||
| <link rel="icon" type="image/x-icon" href="/favicon.ico?v=2"> | ||
| <link rel="stylesheet" href="/assets/css/tailwind.css"> | ||
| <link rel="stylesheet" href="/assets/css/style.css"> | ||
| </head> | ||
|
|
@@ -24,7 +25,7 @@ layout: false | |
| data-skills="{{ person.data.languages }}"> | ||
| <div class="p-8"> | ||
| <div class="flex justify-between items-start gap-4"> | ||
| <div class="flex-1"> | ||
| <div class="flex-1 min-w-[150px]"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This layout change ( References
|
||
| <h2 class="text-2xl font-bold group-hover:text-accent transition-colors">{{ person.data.name }}</h2> | ||
| <p class="text-accent font-semibold text-sm uppercase tracking-wider">{{ person.data.role }}</p> | ||
| </div> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.