website/layouts/partials/widgets/command.html
2020-01-12 21:05:46 +01:00

7 lines
247 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>