To reduce bot traffic you must login to view /lordwelch/gokrazy/src/commit/aa0ee10691cc4fcc8442182878beb77346dc0b3a/website/themes/hugo-theme-relearn/layouts/shortcodes.
The GitHub login only links via username.
Files

20 lines
472 B
HTML

{{- $page := .page }}
<li>
<article class="card">
<div class="card-content">
{{- with .title }}
<div class="card-title">
{{ . | $page.RenderString}}
</div>
{{- end }}
<div class="card-content-text">
<p>All Parameter</p>
{{ partial "shortcodes/highlight.html" (dict
"page" $page
"content" (. | jsonify (dict "indent" " "))
"type" "json"
)}}
</div>
</div>
</article>
</li>