diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 4 | ||||
-rw-r--r-- | layouts/_default/index.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7dab21e..c05e72b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -64,8 +64,8 @@ <div class="name"> <nav> <h1>{{partial "site-name" . }}</h1> - {{ if not (in .Page.Params.category "mws") }} - <a href="/">Part of MWS</a> + {{ if not (in .Page.Params.category "msw") }} + <a href="/">Part of MSW</a> {{ end }} </nav> </div> diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 21c98a9..2770e36 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -13,11 +13,11 @@ Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This we <h2>Sections</h2> <nav> - <P> ✦ <a class="sec-link" href="/bsd/home/"><b>BSD site</b>: my writings on Berkley Standard Distribution flabors. OSes I use at the daily basis.</a> </p> - <P> ✦ <a class="sec-link" href="/star-trek/home/"><b>Star Trek fan site</b>: my little shrine to the greatest american Sci-Fi that has ever graced our screens.</a> </p> + <P> ✦ <a class="sec-link" href="/bsd/"><b>BSD site</b>: my writings on Berkley Standard Distribution flabors. OSes I use at the daily basis.</a> </p> + <P> ✦ <a class="sec-link" href="/star-trek/"><b>Star Trek fan site</b>: my little shrine to the greatest american Sci-Fi that has ever graced our screens.</a> </p> <P> ♠ <a class="sec-link" href="/funnies/"><b>Funnies</b>: A small, curated collection of things I found funny or ammusing.</a> </p> <p> ♻ <a class="sec-link" href="/vcs/git/"><b>Version control system</b> : My little code repository. I don't expect to cooporate on any of those, so it's just stagit.</a></p> - <p> ♥ <a class="sec-link" href="/site/info/"><b>Site info</b> : you can find site uptates, metrics, statics, and legal thingies here.</a></p> + <p> ♥ <a class="sec-link" href="/site/"><b>Site info</b> : you can find site uptates, metrics, statics, and legal thingies here.</a></p> </nav> <h2>TOC</h2> |