Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/summary.html')
-rw-r--r--layouts/partials/summary.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
new file mode 100644
index 0000000..5cee361
--- /dev/null
+++ b/layouts/partials/summary.html
@@ -0,0 +1,13 @@
+<div>
+ <div>
+ <span>{{ humanize .Section }}</span>
+ <h1>
+ <a href="{{ .URL }}">
+ {{ .Title }}
+ </a>
+ </h1>
+ <div>
+ {{ .Summary }}
+ </div>
+ </div>
+</div> \ No newline at end of file