diff options
Diffstat (limited to 'templates/base/base.gohtml')
| -rw-r--r-- | templates/base/base.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 12568ed..003eab1 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -9,7 +9,7 @@ <link rel="stylesheet" href="{{getAssetPath "styles.css"}}" /> {{template "opengraph-base" .SEO}} </head> - <body style="{{ .Data.GetBackgroundImage }}"> + <body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}"> {{template "body" .Data}} <div class="credits"> <p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p> |
