fix: icons

This commit is contained in:
nate 2026-04-09 20:07:24 +04:00
parent abdcdfd7ca
commit 19600b12a8
1 changed files with 6 additions and 7 deletions

View File

@ -98,16 +98,15 @@
<div class="title-row"> <div class="title-row">
<h1><%= page.title %></h1> <h1><%= page.title %></h1>
<a class="json-link" href="/<%= page.slug %>.json" title="JSON API" aria-label="JSON API"> <a class="json-link" href="/<%= page.slug %>.json" title="JSON API" aria-label="JSON API">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M7 4a2 2 0 0 0-2 2v3a2 2 0 0 1-2 2 2 2 0 0 1 2 2v3a2 2 0 0 0 2 2"/> <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"/>
<path d="M17 4a2 2 0 0 1 2 2v3a2 2 0 0 0 2 2 2 2 0 0 0-2 2v3a2 2 0 0 1-2 2"/>
</svg> </svg>
</a> </a>
<a class="rss-link" href="/<%= page.slug %>.rss" title="Subscribe via RSS" aria-label="Subscribe via RSS"> <a class="rss-link" href="/<%= page.slug %>.rss" title="Subscribe via RSS" aria-label="Subscribe via RSS">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M4 11a9 9 0 0 1 9 9"/> <circle cx="5.5" cy="18.5" r="2.5"/>
<path d="M4 4a16 16 0 0 1 16 16"/> <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"/>
<circle cx="5" cy="19" r="1" fill="currentColor" stroke="none"/> <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> </svg>
</a> </a>
</div> </div>