feat(social): supports rel-me links
This commit is contained in:
parent
cf36d7daa9
commit
d7598a843e
5 changed files with 14 additions and 12 deletions
|
@ -13,6 +13,9 @@
|
|||
.links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} }
|
||||
</style>
|
||||
{{ end }}
|
||||
{{ range .Data.RelMeLinks }}
|
||||
<link rel="me" href="{{ . }}" />
|
||||
{{ end }}
|
||||
</head>
|
||||
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
|
||||
<div class="center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue