Update command.html

This commit is contained in:
月季花中的星辰 2021-12-28 21:38:20 +00:00 committed by GitHub
parent 822ecaf332
commit fb4f361a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<div class="widget-wrap">
<div class="widget">
<h3 class="widget-title">Template</h3>
{{ $resp := getJSON "https://api.github.com/repos/syui/hugo-theme-arch/readme" }}
{{ $resp := getJSON "https://api.github.com/repos/BioArchLinux/hugo-theme-archbio/readme" }}
{{ $resp.content | base64Decode | markdownify }}
</div>
</div>