Skip to content

Commit

Permalink
Merge pull request #104 from cstaky/main
Browse files Browse the repository at this point in the history
Cleanup `static/` directory
  • Loading branch information
not-matthias authored Feb 15, 2025
2 parents 0dc952c + cce3316 commit 25e9750
Show file tree
Hide file tree
Showing 49 changed files with 5 additions and 28 deletions.
Empty file removed static/fonts/.gitkeep
Empty file.
File renamed without changes
1 change: 1 addition & 0 deletions static/icons/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 0 additions & 12 deletions static/quit.svg
Diff not rendered.
12 changes: 0 additions & 12 deletions static/search.svg
Diff not rendered.
8 changes: 4 additions & 4 deletions templates/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="socials">
{% for social in config.extra.socials %}
<a rel="me" href="{{ social.url }}" class="social">
<img alt={{ social.name }} src={{ get_url(path="social_icons/" ~ social.icon ~ ".svg") }}>
<img alt={{ social.name }} src={{ get_url(path="icons/social/" ~ social.icon ~ ".svg") }}>
</a>
{% endfor %}
</div>
Expand All @@ -30,7 +30,7 @@
title="$SHORTCUT to open search"
>
<img
src="{{ get_url(path='search.svg') }}"
src="{{ get_url(path='icons/search.svg') }}"
alt="Search"
class="search-icon"
>
Expand Down Expand Up @@ -73,8 +73,8 @@ <h1 id="modalTitle" class="page-header">Search</h1>

{% if config.extra.theme == "toggle" %}
<a id="dark-mode-toggle" onclick="toggleTheme(); event.preventDefault();" href="#">
<img src={{ get_url(path="feather/sun.svg") }} id="sun-icon" style="filter: invert(1);" alt="Light" />
<img src={{ get_url(path="feather/moon.svg") }} id="moon-icon" alt="Dark" />
<img src={{ get_url(path="icons/sun.svg") }} id="sun-icon" style="filter: invert(1);" alt="Light" />
<img src={{ get_url(path="icons/moon.svg") }} id="moon-icon" alt="Dark" />
</a>

<!-- Inititialize the theme toggle icons -->
Expand Down

0 comments on commit 25e9750

Please sign in to comment.