Add titles to footer icons.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{{ with .Params.categories }}
|
{{ with .Params.categories }}
|
||||||
<p>
|
<p>
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/folder.svg" alt="Categories:"
|
src="/feathericons/16px-a9a9b3/folder.svg" alt="Categories:" title="Categories"
|
||||||
>
|
>
|
||||||
{{ range . -}}
|
{{ range . -}}
|
||||||
{{ if (not (eq . "pinned")) }}
|
{{ if (not (eq . "pinned")) }}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{{ with .Params.series }}
|
{{ with .Params.series }}
|
||||||
<p>
|
<p>
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/tv.svg" alt="Series:"
|
src="/feathericons/16px-a9a9b3/tv.svg" alt="Series:" title="Series"
|
||||||
>
|
>
|
||||||
{{ range . -}}
|
{{ range . -}}
|
||||||
{{ if (not (eq . "pinned")) }}
|
{{ if (not (eq . "pinned")) }}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{{ with .Params.tags }}
|
{{ with .Params.tags }}
|
||||||
<p>
|
<p>
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/tag.svg" alt="Tags:"
|
src="/feathericons/16px-a9a9b3/tag.svg" alt="Tags:" title="Tags"
|
||||||
>
|
>
|
||||||
{{ range . -}}
|
{{ range . -}}
|
||||||
{{ if (not (eq . "pinned")) }}
|
{{ if (not (eq . "pinned")) }}
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
<div class="post-info">
|
<div class="post-info">
|
||||||
{{ if .Params.pinned }}
|
{{ if .Params.pinned }}
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/paperclip.svg" alt="Pinned:"
|
src="/feathericons/16px-a9a9b3/paperclip.svg" alt="Pinned:" title="Pinned"
|
||||||
> <a href="/categories/pinned">This article is pinned.</a>
|
> <a href="/categories/pinned">This article is pinned.</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "tags.html" . }}
|
{{ partial "tags.html" . }}
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/file-text.svg" alt="WordCount:"
|
src="/feathericons/16px-a9a9b3/file-text.svg" alt="Word Count:" title="Word Count"
|
||||||
>
|
>
|
||||||
{{ i18n "wordCount" .Page.WordCount }}
|
{{ i18n "wordCount" .Page.WordCount }}
|
||||||
</p>
|
</p>
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
{{ if .Params.Started }}
|
{{ if .Params.Started }}
|
||||||
<p>
|
<p>
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/book-open.svg" alt="Started:"
|
src="/feathericons/16px-a9a9b3/book-open.svg" alt="Started Date:" title="Started Date"
|
||||||
>
|
>
|
||||||
{{ if not (eq .Params.Started .Date )}}
|
{{ if not (eq .Params.Started .Date )}}
|
||||||
{{ if .Site.Params.dateformNumTime }}
|
{{ if .Site.Params.dateformNumTime }}
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/calendar.svg" alt="Posted:"
|
src="/feathericons/16px-a9a9b3/calendar.svg" alt="Published Date:" title="Published Date"
|
||||||
>
|
>
|
||||||
{{ if .Site.Params.dateformNumTime }}
|
{{ if .Site.Params.dateformNumTime }}
|
||||||
{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
|
{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
|
||||||
|
|||||||
Reference in New Issue
Block a user