--- --- <!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" /> <link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> <link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192"> <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" /> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2019-07.scss" /> {% include seo.html %} <style> body{ background: url('{{ page.image }}'); } </style> </head> <body> {{ content }} {% include cookiemonster.html %} </body> </html>