Clean up the partials directory
Sort partials into base and site directories
This commit is contained in:
parent
d73c779508
commit
4327d34827
8 changed files with 86 additions and 10 deletions
4
layouts/partials/site/header.html
Normal file
4
layouts/partials/site/header.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="site-header__container">
|
||||
<aside class="site-header__title"><a href="{{ ($.Site.GetPage "/").Permalink }}">{{ site.Title }}</a></aside>
|
||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue