Add organisation
This commit is contained in:
parent
e9ea2ca46e
commit
886d79efd0
|
@ -2,6 +2,7 @@
|
||||||
title: start.ffhh
|
title: start.ffhh
|
||||||
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
|
organisation: Freifunk Hamburg
|
||||||
twitter_username: FreifunkHH
|
twitter_username: FreifunkHH
|
||||||
github_username: freifunkhamburg/start-ffhh
|
github_username: freifunkhamburg/start-ffhh
|
||||||
about_page: https://hamburg.freifunk.net/
|
about_page: https://hamburg.freifunk.net/
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-default">
|
<nav class="navbar navbar-default">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.organisation }} - {{ site.title }}</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue