uci-hugo-landingpage/layouts/shortcodes/off/buttons.html

6 lines
135 B
HTML

{{ if isset .Site.Params "social" }}
<ul class="list-inline intro-social-buttons">
{{ partial "social.html" . }}
</ul>
{{ end }}