diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-26 07:42:40 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-26 07:42:40 +0100 |
commit | 6c037bffeb6e50ebfb13a68305ef5ec39eb29ab3 (patch) | |
tree | 05557e67fac8f7f68ef624ea0c399183bf1c871a /layouts/partials/article_list_item.html | |
parent | c73cd3764056c110e60dc4661b1c44aa66364d86 (diff) |
feat: published article for 2023-02-26
Diffstat (limited to 'layouts/partials/article_list_item.html')
-rw-r--r-- | layouts/partials/article_list_item.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/article_list_item.html b/layouts/partials/article_list_item.html new file mode 100644 index 0000000..4190d02 --- /dev/null +++ b/layouts/partials/article_list_item.html @@ -0,0 +1,7 @@ +<li> + <a href="{{ .Page.Permalink }}"> + <time>{{ .PublishDate.Format "2006-01-02" }}</time> + · + {{ .Page.Title }} + </a> +</li> |