mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Use baseof for common base HTML
This commit is contained in:
parent
9f753226f6
commit
e6db609303
4 changed files with 19 additions and 16 deletions
5
layouts/partials/title-item.html
Normal file
5
layouts/partials/title-item.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ .Title }} ::
|
||||
|
||||
{{ if .Parent }}{{ if not .Parent.IsHome }}
|
||||
{{ partial "title-item.html" .Parent }}
|
||||
{{ end }}{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue