diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-23 13:12:20 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-23 13:12:20 +0300 |
commit | ac553a567f930648a1f350d298d60ef091858c7a (patch) | |
tree | f8109278676debde9884befebe22ae3c39b5a48b /layouts/partials/meta.html | |
parent | d7500b363fee49307304fa623f74649cb408b532 (diff) |
Work towards a release candidate
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 7b45778..b5b7568 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -45,6 +45,8 @@ box-sizing: inherit; } + ::selection { background: #B4D5FF; } + hr { border: 0; border-bottom: 1px solid #ccc; @@ -280,5 +282,7 @@ } } </style> - + {{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/meta" . }} + {{ end }} </head> |