Skip to content

Commit

Permalink
forgot to add the post template
Browse files Browse the repository at this point in the history
  • Loading branch information
ahota committed Mar 19, 2024
1 parent f774a31 commit 773de4d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions templates/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">

<title>alok</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="just some stuff i decided to write">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>

<body>
<header>
<h1 class="page-title"><a href="/">alok</a></h1>

<nav class="table-o-contents">
<ul>
<li><a href="/blog">blog</a></li>

<li><a href="/about">about me</a></li>

<li><a href="/projects">projects</a></li>

<li><a href="/about/contact.html">contact</a></li>
</ul>
</nav>
<hr>
</header>

<main>
<!-- //// TITLE AND MAIN CONTENT ////////////////////////////////////// -->
<!-- <h2><code>~$ page title</code></h2> -->

{{ post }}
</main>

<footer>
<hr>
© alok 2023. but it's not a big deal.
</footer>
</body>
</html>

0 comments on commit 773de4d

Please sign in to comment.