Syntax highlighting.

This commit is contained in:
Dhananjay Balan
2019-08-03 16:49:50 +02:00
parent ee9f596ac1
commit 7b8e412f33
3 changed files with 90 additions and 9 deletions

View File

@@ -6,17 +6,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$</title>
<link rel="stylesheet" href="/css/theme.css" />
</head>
<link rel="stylesheet" href="/css/syntax.css" />
</head>
<body>
<header>
<div class="header">
<a id="title" href="/">BINARY STROLLS</a>
<a id="archive" href="/archive.html">Archive</a>
<a id="abount" href="https://dbalan.in">About</a>
<a id="title" href="/">BINARY STROLLS</a>
<a id="archive" href="/archive.html">Archive</a>
<a id="abount" href="https://dbalan.in">About</a>
</div>
</header>
<section>
$body$
$body$
</section>
<hr>
<footer>