Add footer img alt links
This commit is contained in:
parent
fffe788f74
commit
3c81c53283
1 changed files with 2 additions and 4 deletions
|
@ -3,17 +3,15 @@ Copyright (c) 2022. <a href="https://git.sr.ht/~redstrate/redstrate.com/tree/mas
|
||||||
<div>
|
<div>
|
||||||
{{ with resources.Get "cc-by-nc-sa.gif" }}
|
{{ with resources.Get "cc-by-nc-sa.gif" }}
|
||||||
<a href="/license">
|
<a href="/license">
|
||||||
<img src="{{ .Permalink }}">
|
<img src="{{ .Permalink }}" alt="CC NC SA">
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .OutputFormats.Get "RSS" }}
|
{{ with .OutputFormats.Get "RSS" }}
|
||||||
<a href="{{ .RelPermalink }}">
|
<a href="{{ .RelPermalink }}">
|
||||||
{{ with resources.Get "rss-button.gif" }}
|
{{ with resources.Get "rss-button.gif" }}
|
||||||
<img src="{{ .Permalink }}">
|
<img src="{{ .Permalink }}" alt="RSS Feed">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue