diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-13 22:39:58 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-13 22:39:58 -0400 |
commit | b34e09f8fe1011963934dbf40dc92f0b258592ca (patch) | |
tree | c99974d127163b266f107d5c9c5e1f126a233087 /layouts/_default/summary.html | |
parent | 24e058c3eb3a278023c4ecee7efa9a73774ded0b (diff) |
more layout work
Diffstat (limited to 'layouts/_default/summary.html')
-rw-r--r-- | layouts/_default/summary.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html new file mode 100644 index 0000000..afd5f2b --- /dev/null +++ b/layouts/_default/summary.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <div> | ||
2 | <div> | ||
3 | {{with .CurrentSection.Title }}<span class="f6 db">{{ . }}</span>{{end}} | ||
4 | <h1 class="f3 near-black"> | ||
5 | <a href="{{ .RelPermalink }}" class="link black dim"> | ||
6 | {{ .Title }} | ||
7 | </a> | ||
8 | </h1> | ||
9 | <div> | ||
10 | {{ .Summary }} | ||
11 | </div> | ||
12 | </div> | ||
13 | </div> | ||