diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html deleted file mode 100644 index 5069e98..0000000 --- a/layouts/_default/single.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ partial "header.html" . }} -<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleicon>{{ end }}{{ .Title }}</h1></header> -<article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }} -{{ .Content }} -</article> -{{ partial "footer.html" . }} |
