fix: raw file extension

This commit is contained in:
moris 2024-12-01 01:17:04 +09:00
parent 33c3bd30d8
commit 18d5eeb491
2 changed files with 1 additions and 3 deletions

View File

@ -70,7 +70,7 @@
<div class="data"> <div class="data">
<div><a target="_blank" href="https://git.moris.day/moris/test-sub/commits/branch/main/Posts/{data.id}.md">History</a></div> <div><a target="_blank" href="https://git.moris.day/moris/test-sub/commits/branch/main/Posts/{data.id}.md">History</a></div>
<div class="spacer"></div> <div class="spacer"></div>
<div><a target="_blank" href="raw">Raw file</a></div> <div><a target="_blank" href="raw.md">Raw file</a></div>
</div> </div>
</article> </article>
@ -86,9 +86,7 @@
<Toc toclist={data.heading}></Toc> <Toc toclist={data.heading}></Toc>
</div> </div>
<div class="mi-posts"> <div class="mi-posts">
<!--
<iframe src="https://mi.moris.day/embed/user-timeline/9w7bhjzt2b5z0001?maxHeight=300&rounded=false&border=false" title="moris's posts" data-misskey-embed-id="v1_fe3a992c-ac63-42f9-9339-d657fe56462f" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="width:100%; height:300px; border:solid #8884 1px; border-radius:8px; box-sizing:border-box"></iframe> <iframe src="https://mi.moris.day/embed/user-timeline/9w7bhjzt2b5z0001?maxHeight=300&rounded=false&border=false" title="moris's posts" data-misskey-embed-id="v1_fe3a992c-ac63-42f9-9339-d657fe56462f" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="width:100%; height:300px; border:solid #8884 1px; border-radius:8px; box-sizing:border-box"></iframe>
-->
</div> </div>
</div> </div>
</aside> </aside>