hugohm/layouts/index.html

36 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Hackmeeting 2019</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="{{ "css/home.css"|absURL }}">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="http://es.hackmeeting.org/index.html">
<meta name="author" content="Hackmeeting">
<meta name="description" content="Autogestión, Hacktivismo, CryptoAnarquismo, Hackmeeting">
<link rel="icon" href="{{ "imgs/hm-favicon.png"|absURL }}" type="image/png">
</head>
<body>
<header>
<img class="imgCenter" src="{{ "imgs/hm-favicon.png"|absURL }}"/>
<h1>{{ .Title }}</h2>
<h2>{{ .Params.when }}</h2>
<h2>{{ .Params.where }}</h2>
</header>
<section>
{{ .Content }}
</section>
<footer>
<ul class="listMenu">
<li><a href="{{ .Params.section|absURL }}">Entrar</a></li>
<li><a href="https://listas.sindominio.net/pipermail/hackmeeting/">Visitar la lista de correo</a></li>
<li><a href="https://listas.sindominio.net/mailman/listinfo/hackmeeting">Suscribirse a la lista de correo</a></li>
<li><a href="http://hackmeeting.org/">Otros Hackmeeting(s)</a></li>
</ul>
</footer>
</body>
</html>