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

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/list-item.html')
-rw-r--r--layouts/post/list-item.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/post/list-item.html b/layouts/post/list-item.html
new file mode 100644
index 0000000..c909b3a
--- /dev/null
+++ b/layouts/post/list-item.html
@@ -0,0 +1,3 @@
+<p>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+</p>