mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
7 lines
245 B
HTML
7 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>
|