diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 22:06:04 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 22:06:04 +0300 |
| commit | 47a43f8cfca47daa18cb39c0c644b97d2234da84 (patch) | |
| tree | fff389a07c830b97c2b46f9fd1d2a134e04beb8c /src/index.html.mustache | |
| parent | 52a3d0a7fbaa37a462387802f6ff6b2e3fca2f40 (diff) | |
Show image title on hover
Diffstat (limited to 'src/index.html.mustache')
| -rw-r--r-- | src/index.html.mustache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache index ab614fc..5631fbd 100644 --- a/src/index.html.mustache +++ b/src/index.html.mustache @@ -29,6 +29,7 @@ {{#.}}
<a target="_blank" href="{{&src}}">
<img src="{{&src}}?nf_resize=fit&w=600" alt="{{title}}">
+ <span class="title">{{title}}</span>
</a>
{{/.}}
{{/.}}
|
