summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/header_slide.html
blob: 68e3b601614a904b36e7761f12dd155463d4e903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">

	<head>
		<meta charset="utf-8">

		<title>{{ .Site.Title }}</title>

		<meta name="description" content="Build systems in open source Software focused on C++ development">
		<meta name="author" content="{{ .Site.Params.author }}">

		<meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">

		<link rel="stylesheet" href="/slide/css/reveal.css">
		<link rel="stylesheet" href="/slide/css/theme/black.css" id="theme">

		<!-- Code syntax highlighting -->
		<link rel="stylesheet" href="/slide/lib/css/zenburn.css">

		<!-- Printing and PDF exports -->
		<script>
			var link = document.createElement( 'link' );
			link.rel = 'stylesheet';
			link.type = 'text/css';
			link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
			document.getElementsByTagName( 'head' )[0].appendChild( link );
		</script>

		{{ "<!--[if lt IE 9]>" | safeHTML }}
		  <script src="/slide/lib/js/html5shiv.js"></script>
		{{ "<![endif]-->" | safeHTML }}

		{{ hugo.Generator }}
	</head>

	<body>