summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroninro <liumy.f@foxmail.com>2022-07-30 21:02:48 +0800
committerroninro <liumy.f@foxmail.com>2022-07-30 21:02:48 +0800
commitd7e2e76b8d1beb37df8ad42425af0054d822421a (patch)
tree62ccdc8b20cffb00e918a6f42c3902df1d577ab8
parentec4032336c8bc14649823f0899694b9c41f6d0b2 (diff)
meta tag
-rw-r--r--layouts/partials/intro-header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/intro-header.html b/layouts/partials/intro-header.html
index 2b25662..37c5604 100644
--- a/layouts/partials/intro-header.html
+++ b/layouts/partials/intro-header.html
@@ -24,10 +24,10 @@
</div>
<h1>{{ .Title }}</h1>
<h2 class="subheading">{{ $.Params.subtitle }}</h2>
- <p class="post-meta">
+ <span class="meta">
Posted by {{ with $.Params.author }} {{ $.Params.author }} {{ else }} {{ .Site.Params.author }} {{ end }}
on {{ .Date.Format "Mon, Jan 2, 2006" }}
- </p>
+ </span>
</div>
</div>
</div>