lxhome/templates/blog.html

30 lines
791 B
HTML

<!doctype html>
<html lang="en">
<head>
{{{head}}}
<link rel="stylesheet" href="{{base-url}}//html/assets/styles/dark.css?1">
<link rel="stylesheet" href="{{base-url}}/html/assets/styles/main.css?1">
</head>
<body>
<header>
<h1>lxsameer's nest</h1>
<nav>
<a href="#">HOME</a> | <a href="#">GPG</a>
</nav>
</header>
<div id="content">
{{{content}}}
</div>
<footer>
<span>© 2010-2021 Sameer Rahmani</span><br/>
<span>Built with <a href="https://www.gnu.org/software/emacs/">Emacs Lisp</a> and <a href="https://orgmode.org/">org-mode</a>.</span><br/>
<span><a href="https://devheroes.codes/lxsameer/lxhome">https://devheroes.codes/lxsameer/lxhome</a></span>
</footer>
</div>
</body>
</html>