summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/li.html
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 21:01:12 +0000
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 21:01:12 +0000
commitf7a556559b17c6267ff898f68cae02a49bf87da6 (patch)
tree99ddd3d1b83c7bb94dfb8863bdad742afb53cd22 /themes/problematic/layouts/_default/li.html
parent62443b2f690d52b4949f8a92fa713ab6848be606 (diff)
site works with no css
Diffstat (limited to '')
-rw-r--r--themes/problematic/layouts/_default/li.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/problematic/layouts/_default/li.html b/themes/problematic/layouts/_default/li.html
new file mode 100644
index 0000000..2a7f3d9
--- /dev/null
+++ b/themes/problematic/layouts/_default/li.html
@@ -0,0 +1,6 @@
+<li>
+ <a href="{{ .Permalink }}">
+ <small><time>{{ .Date.Format "Jan 2, 2006" }}</time></small>:
+ {{ .Title }}
+ </a>
+</li>