mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-07-01 12:01:55 +02:00
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
This commit is contained in:
7
layouts/partials/menu.html
Normal file
7
layouts/partials/menu.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="blog-masthead">
|
||||
<div class="container">
|
||||
<nav class="nav blog-nav">
|
||||
<a class="nav-link" href="{{ .Site.BaseURL }}">Home</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user