Files
qingshuige-hugo/themes/PaperMod/layouts/partials/social_icons.html
线粒体XianlitiCN c6f751ec63
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s
将PaperMod添加为静态文件
2026-02-03 03:04:10 +08:00

9 lines
320 B
HTML

<div class="social-icons" {{ with .align}}align="{{.}}" {{- end }}>
{{- range site.Params.socialIcons }}
<a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
title="{{ (.title | default .name) | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>