Files
irma-website/_includes/head.html
2019-07-30 17:15:10 +02:00

15 lines
584 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<base href="{{ site.baseurl }}">
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="author" content="{{ site.author }}">
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="/css/ubuild.css"/>
<link rel="stylesheet" href="/css/irma.css"/>
</head>
<body>