Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Add epiphany back to sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
Marley committed Dec 11, 2023
1 parent 1be374c commit b131600
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions src/_includes/main-nav.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="/" class="Nav-link">index</a>
<button class="Nav-link" @click="$store['subNav'].toggle('collections')" aria-controls="collections-submenu"
aria-expanded="false">
<button class="Nav-link" @click="$store['subNav'].toggle('collections')"
aria-controls="collections-submenu" aria-expanded="false">
collections
</button>
<a href="/about/" class="Nav-link">about</a>
Expand All @@ -10,5 +10,7 @@

<hr>

{% comment %}<a href="https://epiphany.punkfairie.net" target="_blank" class="Nav-link">epiphany</a>{% endcomment %}
<a href="https://saudade.punkfairie.net" target="_blank" class="Nav-link">petz archive</a>
<a href="https://epiphany.punkfairie.net" target="_blank"
class="Nav-link" title="petz site">epiphany</a>
<a href="https://saudade.punkfairie.net" target="_blank"
class="Nav-link" title="petz archive">saudade</a>

0 comments on commit b131600

Please sign in to comment.