website/layouts/partials/widgets/command.html

8 lines
245 B
HTML

<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.content | base64Decode | markdownify }}
</div>
</div>