website/layouts/partials/widgets/command.html

7 lines
247 B
HTML
Raw Normal View History

2020-01-12 14:14:15 +01:00
<div class="widget-wrap">
2020-01-12 21:05:46 +01:00
<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>