fix: icons pt2
This commit is contained in:
parent
19600b12a8
commit
d05d646be3
|
|
@ -98,15 +98,16 @@
|
|||
<div class="title-row">
|
||||
<h1><%= page.title %></h1>
|
||||
<a class="json-link" href="/<%= page.slug %>.json" title="JSON API" aria-label="JSON API">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
|
||||
<path d="M10 4a2 2 0 0 0-2 2v3c0 1.66-1.34 3-3 3a1 1 0 1 0 0 2c1.66 0 3 1.34 3 3v3a2 2 0 0 0 2 2 1 1 0 1 0 0-2v-3a5 5 0 0 0-1.54-3.61l-.2-.19.2-.2A5 5 0 0 0 10 8V6a1 1 0 1 0 0-2zm4 0a1 1 0 1 0 0 2v2a5 5 0 0 0 1.54 3.61l.2.19-.2.2A5 5 0 0 0 14 15v3a1 1 0 1 0 0 2 2 2 0 0 0 2-2v-3c0-1.66 1.34-3 3-3a1 1 0 1 0 0-2c-1.66 0-3-1.34-3-3V6a2 2 0 0 0-2-2z"/>
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
||||
<path d="M9 3a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5a2 2 0 0 0 2 2"/>
|
||||
<path d="M15 21a2 2 0 0 0 2-2v-5a2 2 0 0 1 2-2 2 2 0 0 1-2-2V5a2 2 0 0 0-2-2"/>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="rss-link" href="/<%= page.slug %>.rss" title="Subscribe via RSS" aria-label="Subscribe via RSS">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
|
||||
<circle cx="5.5" cy="18.5" r="2.5"/>
|
||||
<path d="M4 11a10 10 0 0 1 10 10 1.5 1.5 0 0 0 3 0A13 13 0 0 0 4 8a1.5 1.5 0 0 0 0 3z"/>
|
||||
<path d="M4 4a17 17 0 0 1 17 17 1.5 1.5 0 0 0 3 0A20 20 0 0 0 4 1a1.5 1.5 0 0 0 0 3z"/>
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" aria-hidden="true">
|
||||
<path d="M4 11a9 9 0 0 1 9 9"/>
|
||||
<path d="M4 4a16 16 0 0 1 16 16"/>
|
||||
<circle cx="5" cy="19" r="1.5" fill="currentColor" stroke="none"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue