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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/li.html')
-rw-r--r--layouts/_default/li.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/li.html b/layouts/_default/li.html
new file mode 100644
index 0000000..0376bbc
--- /dev/null
+++ b/layouts/_default/li.html
@@ -0,0 +1,5 @@
+<li>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
+</li>
+ \ No newline at end of file