mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Add basic navbar
This commit is contained in:
parent
151423681d
commit
4b002e6734
3 changed files with 32 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "navbar.html" . }}
|
||||
{{ block "main" . }}{{ end }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue