Add templates/layout.tpl
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled

This commit is contained in:
Tommy 2024-08-05 16:23:18 +00:00
parent d3b87a122c
commit f9e5758386
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

42
templates/layout.tpl Normal file
View file

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="generator" content="cl-yag" />
<title>%%Title%%</title>
<link rel="stylesheet" type="text/css" href="static/css/style.css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed" href="rss.xml" />
<link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed Gopher" href="rss-gopher.xml" />
<!-- <link rel="alternate" type="application/atom+xml" title="%%Title%% Atom Feed" href="atom.xml" /> -->
<link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" />
</head>
<body>
<div id="wrapper">
<header>
<nav class="pure-menu pure-menu-horizontal">
<!--<a href="#"></a>-->
<ul class="pure-menu-list">
<!--<li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>-->
<li class="pure-menu-item"><a href="index-titles.html" class="pure-menu-link">All Posts</a></li>
<li class="pure-menu-item"><a href="rss.xml" class="pure-menu-link">RSS</a></li>
<li class="pure-menu-item"><a href="https://252.no/~tommy/contact/" target="_blank" class="pure-menu-link">Contact</a></li>
</ul>
</nav>
<!--<div>All Tags: %%Tags%%</div>-->
<div class="intro">Greetings. I am a cyber security professional
with more than a decade of operational experience. I enjoy
solving emerging and existing problems with novel and simple
approaches. Turns out not everything new and shiny is
better.</div>
</header>
<main>%%Body%%</main>
<footer><p>This blog is powered by cl-yag!</p></footer>
</div><!-- #wrapper -->
</body>
</html>