Move about link to config
This commit is contained in:
parent
e5dc6649e4
commit
3da2784050
|
@ -5,6 +5,7 @@ baseurl: ""
|
|||
url: "http://yourdomain.com"
|
||||
twitter_username: FreifunkHH
|
||||
github_username: freifunkhamburg/start-ffhh
|
||||
about_page: https://hamburg.freifunk.net/
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||
|
||||
<nav class="site-nav">
|
||||
<a class="page-link" href="https://hamburg.freifunk.net/">About</a>
|
||||
<a class="page-link" href="{{ site.about_page }}">About</a>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue