aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/summary.html')
-rw-r--r--layouts/_default/summary.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
new file mode 100644
index 0000000..3052456
--- /dev/null
+++ b/layouts/_default/summary.html
@@ -0,0 +1,16 @@
+<article class="bt bb b--black-10">
+ <a href='{{ .Permalink }}' class="db pv4 ph3 black no-underline dim">
+ <header>
+ <h1 class="f3">
+ {{ .Title }}
+ </h1>
+ <div class="gray">{{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .FuzzyWordCount }} Words </div>
+ </header>
+ <p class="f5 lh-copy">
+ {{ .Summary }}
+ </p>
+ <footer>
+ <nobr>Read more →</nobr>
+ </footer>
+ </a>
+</article>