thoughts/templates/layout.tpl

42 lines
1.8 KiB
Smarty
Raw Normal View History

2024-08-05 16:23:18 +00:00
<!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>
2024-08-05 21:56:33 +00:00
<li class="pure-menu-item"><a href="https://keyoxide.org/088194F806EBADEE1B48B1CBC0A38C49BB2258E8" target="_blank" class="pure-menu-link">Contact</a></li>
2024-08-05 16:23:18 +00:00
</ul>
</nav>
<!--<div>All Tags: %%Tags%%</div>-->
<div class="intro">Greetings. I am a cyber security professional
2024-08-05 21:56:33 +00:00
with more than a decade of operational experience. I appreciate
2024-08-05 16:23:18 +00:00
solving emerging and existing problems with novel and simple
2024-08-05 21:56:33 +00:00
approaches.</div>
2024-08-05 16:23:18 +00:00
</header>
<main>%%Body%%</main>
<footer><p>This blog is powered by cl-yag!</p></footer>
</div><!-- #wrapper -->
</body>
</html>