diff options
Diffstat (limited to 'themes/mytheme/layouts/_default/single.html')
| -rw-r--r-- | themes/mytheme/layouts/_default/single.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/mytheme/layouts/_default/single.html b/themes/mytheme/layouts/_default/single.html deleted file mode 100644 index 39c5e26..0000000 --- a/themes/mytheme/layouts/_default/single.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ partial "head.html" .}} -<div class="container"> - {{ partial "navigation.html" .}} -</div> -</div> -<div class="container"> - <h2>{{ .Title }}</h2> - {{ .Content }} -</div> -{{ partial "footer.html" . }} |
