-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
50 lines (43 loc) · 1.78 KB
/
template.html
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
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$" $if(dir)$ dir="$dir$" $endif$>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="dcterms.created" content="$date-created$" />
<meta name="keywords" content="$for(tags)$$tags$$sep$, $endfor$" />
<meta name="description" content="$description$" />
<meta name="generator" content="pandoc" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/rss.xml" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>$pagetitle$</title>
</head>
<body>
<div class="left-column">
<article>
<header id="title-block-header">
<h1 style="font-size: 36px;">$title$</h1>
$if(subtitle)$<h3>$subtitle$</h3>$endif$
</header>
$if(isindex)$$else$
<a class="date" href="">$date-created$</a>
$if(date-modified)$<span class="date" style="float: right;">updated $date-modified$</span>$endif$
<hr style="margin-bottom: 32px;">
$endif$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">
$table-of-contents$
</nav>
$endif$
$body$
</article>
<a class="backtop" href="#top">Back to top ⮭</a>
</div>
<nav>
<div>
<a href="/"><img src="res/highschool_pic.jpg" class="profpic" alt="Picture of Raul in highschool."></a>
<p>Hi! I'm <strong>Raul Cotar</strong>. I am passionate about science and computers, I make CS projects as a hobby and also do a bachelor's in computer science on the side :)</p>
<p>You can email me at <a href="mailto:raulcotar00@gmail.com"><strong>raulcotar00@gmail.com</strong></a> or reach me on <a href="https://github.com/RaulCotar"><strong>GitHub</strong></a>.</p>
</div>
</nav>
</body>
</html>