From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- layouts/partials/post-meta.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/partials/post-meta.html (limited to 'layouts/partials/post-meta.html') diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html new file mode 100644 index 0000000..9d9832d --- /dev/null +++ b/layouts/partials/post-meta.html @@ -0,0 +1,12 @@ + + + + + {{ if .Params.tags }} + {{ range .Params.tags }} + {{ . }} + {{ end }} + {{ else }} + 无标签 + {{ end }} + \ No newline at end of file -- cgit v1.2.3