This commit is contained in:
moris 2024-12-01 01:18:11 +09:00
parent 18d5eeb491
commit a655161c53

View File

@ -1,6 +1,8 @@
<script>
export let share;
import { base } from '$app/paths'
let copyed = false;
function copylink() {
@ -35,7 +37,7 @@
</a>
</div>
<div class="rss">
<a href="/blog/feed.rss" aria-label="rss配信" type="application/rss+xml">
<a href="{base}/feed.rss" target="_blank" aria-label="rss配信">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M200-120q-33 0-56.5-23.5T120-200q0-33 23.5-56.5T200-280q33 0 56.5 23.5T280-200q0 33-23.5 56.5T200-120Zm480 0q0-117-44-218.5T516-516q-76-76-177.5-120T120-680v-120q142 0 265 53t216 146q93 93 146 216t53 265H680Zm-240 0q0-67-25-124.5T346-346q-44-44-101.5-69T120-440v-120q92 0 171.5 34.5T431-431q60 60 94.5 139.5T560-120H440Z"/></svg>
</a>
</div>