diff options
Diffstat (limited to 'templates/base/base.gohtml')
| -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"> |
