diff options
Diffstat (limited to 'themes/problematic/layouts/_default/li.html')
-rw-r--r-- | themes/problematic/layouts/_default/li.html | 6 |
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> |