Add titles to footer icons.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<div class="post-info">
|
||||
{{ if .Params.pinned }}
|
||||
<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>
|
||||
{{ end }}
|
||||
{{ partial "tags.html" . }}
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
<p>
|
||||
<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 }}
|
||||
</p>
|
||||
@@ -92,7 +92,7 @@
|
||||
{{ if .Params.Started }}
|
||||
<p>
|
||||
<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 .Site.Params.dateformNumTime }}
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<p>
|
||||
<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 }}
|
||||
{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
|
||||
|
||||
Reference in New Issue
Block a user