added metadata, about and some post navigation

This commit is contained in:
Lukasz Skotarek 2020-04-02 22:28:57 +02:00
parent f9de954724
commit 59c253b296
29 changed files with 85 additions and 32 deletions

View file

@ -28,6 +28,8 @@
<nav>
<a href="{{ site.baseurl }}/">Blog</a>
<a href="{{ site.baseurl }}/tags">Posts by tags</a>
<a href="{{ site.baseurl }}/categories">Posts by categories</a>
<a href="{{ site.baseurl }}/about">About</a>
</nav>
</header>