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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/layouts/post/li.html')
-rw-r--r--examples/blog/layouts/post/li.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/blog/layouts/post/li.html b/examples/blog/layouts/post/li.html
new file mode 100644
index 000000000..d57be9c80
--- /dev/null
+++ b/examples/blog/layouts/post/li.html
@@ -0,0 +1,4 @@
+ <li>
+ <h5><a href="{{ .Permalink }}">{{ .Title}}</a><br>
+ <small>posted on {{ .Date.Format "January 2, 2006" }}</small></h5>
+ </li> \ No newline at end of file