diff options
Diffstat (limited to 'templates/base/base.gohtml')
| -rw-r--r-- | templates/base/base.gohtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 70b32af..3b1e37c 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -8,6 +8,11 @@ <title>{{ .Title }}</title> <link rel="stylesheet" href="{{getAssetPath "styles.css"}}" /> {{template "opengraph-base" .SEO}} + {{ if .Data.IsCustomPage }} + <style> + .links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} } + </style> + {{ end }} </head> <body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}"> <div class="center"> |
