fix rss
This commit is contained in:
parent
18d5eeb491
commit
a655161c53
@ -1,6 +1,8 @@
|
|||||||
<script>
|
<script>
|
||||||
export let share;
|
export let share;
|
||||||
|
|
||||||
|
import { base } from '$app/paths'
|
||||||
|
|
||||||
let copyed = false;
|
let copyed = false;
|
||||||
|
|
||||||
function copylink() {
|
function copylink() {
|
||||||
@ -35,7 +37,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="rss">
|
<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>
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user