parent
158693611c
commit
f9c4e0f520
2
site.hs
2
site.hs
|
@ -135,7 +135,7 @@ siteCtx =
|
||||||
constField "tagline" "liberation, autonomy, privacy" `mappend`
|
constField "tagline" "liberation, autonomy, privacy" `mappend`
|
||||||
constField "site-title" "Reciproka Kolektivo" `mappend`
|
constField "site-title" "Reciproka Kolektivo" `mappend`
|
||||||
constField "copy-year" "2024" `mappend`
|
constField "copy-year" "2024" `mappend`
|
||||||
constField "github-repo" "https://reciproka.dev/reciproka/reciproka-web" `mappend`
|
constField "source-repo" "https://reciproka.dev/reciproka/reciproka-web" `mappend`
|
||||||
defaultContext
|
defaultContext
|
||||||
|
|
||||||
baseCtx =
|
baseCtx =
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<a class="sidebar-nav-item$if(archive)$ active$endif$" href="$baseurl$/archive.html">Archive</a>
|
<a class="sidebar-nav-item$if(archive)$ active$endif$" href="$baseurl$/archive.html">Archive</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="$github-repo$">GitHub project</a>
|
<a class="sidebar-nav-item" href="$source-repo$">Project source</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue