all repos — h3rald @ master

The sources of https://h3rald.com

templates/_head.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
	<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/fonts.css">
		<link rel="stylesheet" type="text/css" href="/styles/flexboxgrid.css">
		<link rel="stylesheet" type="text/css" href="/styles/chroma.css">
		<link rel="stylesheet" type="text/css" href="/styles/style.css">
	</head>