removed references to github

resolves #4
This commit is contained in:
Fiscal Velvet Poet 2024-01-11 18:02:46 +10:00
parent 158693611c
commit f9c4e0f520
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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>