Add templates/layout.tpl
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled
This commit is contained in:
parent
d3b87a122c
commit
f9e5758386
1 changed files with 42 additions and 0 deletions
42
templates/layout.tpl
Normal file
42
templates/layout.tpl
Normal 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>
|
Loading…
Reference in a new issue