Welcome to mirror list, hosted at ThFree Co, Russian Federation.

command.html « widgets « partials « layouts - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f95f7fbe0ace5a28b72cd99cad4984de024665bc (plain)
1
2
3
4
5
6
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.content | base64Decode | markdownify }}
</div>
</div>