1
0
This commit is contained in:
2024-10-15 14:57:45 +09:00
parent 3d3e976adb
commit 9d9f50f0e0
3 changed files with 28 additions and 2 deletions

View File

@ -31,7 +31,6 @@
"url": "{{ .Site.BaseURL }}"
}
</script>
<script src="/js/index.js"></script>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}

View File

@ -1 +1,2 @@
<iframe src="https://card.syui.ai/planet?g=sun" allowfullscreen frameborder="0" style="width:95%;height:600px;"></iframe>
<iframe src="https://card.syui.ai/planet" allowfullscreen frameborder="0" style="width:95%;height:600px;" id="planet"></iframe>
<script src="/js/index.js"></script>