diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-09-20 17:17:21 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-09-20 17:17:21 -0400 |
| commit | 491fd2fa46da52b8cbe7d84b0f082ea52af2db5d (patch) | |
| tree | 0bd6422916b8d927ee6d5d5dc646c9549bb3417e /layouts/_default/single.html | |
| parent | 4b8bf43244a067cc996b7e63cbf240a9091dc137 (diff) | |
move to baseof too
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" . }} |
