Skip to content

Commit

Permalink
fix: relative links to better preview on gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovareiro29 committed Aug 20, 2024
1 parent 442f191 commit da02b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/dark.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

{% block content %}
<h1>Startseite</h1>
<a href='/'>Light Mode</a>
<a href='./'>Light Mode</a>
{% endblock %}
2 changes: 1 addition & 1 deletion src/pages/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

{% block content %}
<h1>Startseite</h1>
<a href='/dark'>Dark Mode</a>
<a href='./dark'>Dark Mode</a>
{% endblock %}
1 change: 1 addition & 0 deletions src/styles/themes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+.css

0 comments on commit da02b5c

Please sign in to comment.