2022-02-13 05:12:49 +01:00
{{define "headHTML"}}
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=Edge" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2022-02-15 05:35:27 +01:00
< meta property = "og:site_name" content = "starenovine" >
2022-02-13 05:12:49 +01:00
< meta name = "twitter:card" content = "preview" >
2022-02-15 05:35:27 +01:00
< meta property = "og:title" content = "{{.title}}" >
2022-02-13 05:12:49 +01:00
< meta name = "description" content = "stare novine omogucavaju citanje svih vijesti iz bosne i hercegovine, hrvatske, srbije, crne gore, kosova na bosanskom, crnogorskom, hrvatskom, srpskom jeziku na svim uredjajima koliko god stari bili" >
< meta property = "og:url" content = "https://www.starenovine.com" >
< title > {{.title}} - stare novine< / title >
< link rel = "canonical" href = "https://www.starenovine.com/" >
< style type = "text/css" >
body {
font-family: monospace;
font-size: 1.5em;
width: 90%;
max-width: 98vw;
}
2022-02-14 11:03:56 +01:00
h1#title {
margin-block-end: 0;
font-size: 1.7em;
}
2022-02-13 05:12:49 +01:00
.timestamp {
font-size: 0.8em;
2022-02-14 11:03:56 +01:00
color: gray;
}
.single_timestamp {
font-size: 0.77em;
margin-bottom: 0.7em;
color: gray;
2022-02-13 05:12:49 +01:00
}
#logo {
font-size: 2vw;
background: white;
}
pre.article_content {
background: white;
}
html {
margin: 0 auto;
max-width: 98vw;
overflow-x: hidden;
}
< / style >
< / head >
{{end}}