mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-15 00:37:05 +01:00
Alan Orth
2bb1d6ecc0
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
8 lines
174 B
HTML
8 lines
174 B
HTML
<div class="blog-masthead">
|
|
<div class="container">
|
|
<nav class="nav blog-nav">
|
|
<a class="nav-link" href="{{ .Site.BaseURL }}">Home</a>
|
|
</nav>
|
|
</div>
|
|
</div>
|