diff options
| author | roninro <liumy.f@foxmail.com> | 2022-07-30 21:02:48 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-07-30 21:02:48 +0800 |
| commit | d7e2e76b8d1beb37df8ad42425af0054d822421a (patch) | |
| tree | 62ccdc8b20cffb00e918a6f42c3902df1d577ab8 | |
| parent | ec4032336c8bc14649823f0899694b9c41f6d0b2 (diff) | |
meta tag
| -rw-r--r-- | layouts/partials/intro-header.html | 4 |
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> |
