diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-19 23:55:02 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-19 23:55:02 +0200 |
| commit | d7598a843eeea9b4d3d2838cd438f46f454101e7 (patch) | |
| tree | 4cd2ce7014697ee0ce47d940b197081c7872bcb0 /templates/base | |
| parent | cf36d7daa9d7a0b4793eb31c1dee07e48756180b (diff) | |
feat(social): supports rel-me links
Diffstat (limited to 'templates/base')
| -rw-r--r-- | templates/base/base.gohtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 3b1e37c..a740970 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -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"> |
