all repos — h3rald @ 4448190f49a8702d1aaeae952bd0449cc79d594e

The sources of https://h3rald.com

templates/_head.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
	<head>
    <title>{{title}} - H3RALD</title>
		<meta charset="utf-8">
		<meta name="author" content="Fabio Cevasco">
		<meta name="robots" content="all, follow">
		<meta name="Revisit-After" content="2 Days">
		<meta name="description" content="H3RALD - Fabio Cevasco's Web Site">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="keywords" content="{{keywords}}">
		<link rel="shortcut icon" href="/favicon.png" type="image/png"> 
		<meta content="44.388041;9.073248" name="ICBM">
		<link rel="stylesheet" type="text/css" href="/styles/flexboxgrid.css">
		<link rel="stylesheet" type="text/css" title="Dark Theme" href="/styles/dark-theme.css" class="theme-css-link">
	</head>