aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/layouts/page/single.html
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
commit568553394d0a8b34668a75c9839a0f1f426469b2 (patch)
tree175c08844f05611b059ba6900fb6519dbbc735d2 /themes/ananke/layouts/page/single.html
parentd5d6f70371958eec0679831abd283498ff2731e5 (diff)
downloadwebsite-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz
website-568553394d0a8b34668a75c9839a0f1f426469b2.zip
theme: Switch to docsy theme
Diffstat (limited to 'themes/ananke/layouts/page/single.html')
-rw-r--r--themes/ananke/layouts/page/single.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/ananke/layouts/page/single.html b/themes/ananke/layouts/page/single.html
deleted file mode 100644
index ac9d199..0000000
--- a/themes/ananke/layouts/page/single.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
-{{ define "main" }}
- <div class="flex-l mt2 mw8 center">
- <article class="center cf pv5 ph3 ph4-ns mw7">
- <header>
- <p class="f6 b helvetica tracked">
- {{ humanize .Section | upper }}
- </p>
- <h1 class="f1">
- {{ .Title }}
- </h1>
- </header>
- <div class="nested-copy-line-height lh-copy f4 nested-links nested-img mid-gray">
- {{ .Content }}
- </div>
- </article>
- </div>
-{{ end }}