mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Switch themes to minimo
This commit is contained in:
13
themes/minimo/layouts/_default/single.html
Normal file
13
themes/minimo/layouts/_default/single.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
<article lang='{{ .Params.lang | default .Lang }}' class='entry'>
|
||||
{{ partial "entry/header" . }}
|
||||
{{ partial "entry/cover" . }}
|
||||
{{ partial "entry/toc" . }}
|
||||
{{ partial "entry/content" . }}
|
||||
{{ partial "entry/footer" . }}
|
||||
</article>
|
||||
{{ partial "nav/entry_nav" . }}
|
||||
{{ partial "entry/comments" . }}
|
||||
|
||||
{{ partial "footer" . }}
|
Reference in New Issue
Block a user