allow putting unsafe things in the head template

merge-requests/2/head
Lauren Liberda 2021-06-09 01:53:46 +02:00
parent d249f225ba
commit c73b8910d0
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if [[ ${cfg[url]} ]]; then echo "<meta property='og:url' content='${cfg[url]}'>"
#if [[ ${meta[og:image} ]]; then echo "<meta property='og:image' content='${meta[og:image]}'>"; fi
if [[ ${meta[lang]} ]]; then echo "<meta property='og:locale' content='${meta[lang]}'>"; fi
if [[ ${meta[description]} ]]; then echo "<meta property='og:description' content='${meta[description]}'>"; fi
if [[ ${meta[unsafe]} ]]; then echo "${meta[unsafe]}"; fi
echo "<style>
body {