aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/archive.html b/generators/hugo/themes/tdro/layouts/_default/archive.html
index 4d9d910..784d130 100644
--- a/generators/hugo/themes/tdro/layouts/_default/archive.html
+++ b/generators/hugo/themes/tdro/layouts/_default/archive.html
@@ -17,7 +17,7 @@
{{ range $articles }}
{{ if (ne .Params.hidden true) }}
<li>
- <a class="is-block" href="{{ .RelPermalink }}">
+ <a title="{{ .Title }}" class="is-block" href="{{ .RelPermalink }}">
<span class="article__list__date monospace has-text-grey-dark">{{ .Date.Format "02 Jan" }}</span>{{ .Title }}
</a>
</li>