themen-hugo-35c3/layouts/index.html

17 lines
578 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>{{ if ne .URL "/" }}{{ .Title }} &middot; {{ end }}{{ .Site.Title }}</title>
<link rel="stylesheet" href="{{"css/35c3.min.css" | absURL}}">
</head>
<body class="bg-black text-white">
<div class="container">
<h1>{{ .Site.Title }}</h1>
<hr/>
{{ .Content }}
</div>
</body>