This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/layout/page.html

51 lines
1.5 KiB
HTML
Raw Normal View History

2020-09-21 15:49:58 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ title }}</title>
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="stylesheet" href="{{ page_assets }}/css/main.css" />
<link rel="stylesheet" href="/assets/css/blog.css" />
2021-04-10 07:46:13 +00:00
<link rel="stylesheet" href="/assets/css/syntax.css" />
2020-09-23 17:29:32 +00:00
<link rel="me" href="https://fosstodon.org/@polynomdivision" />
{{ mathjax_include }}
2020-09-21 15:49:58 +00:00
</head>
<body>
<div class="horizontal-center">
<div class="vertical header">
<div id="header" class="horizontal">
<img class="avatar" src="assets/img/avatar.jpg" />
2020-09-21 15:49:58 +00:00
<div class="vertical-center">
<span class="name-title">PapaTutuWawa's Blog</span>
2020-09-21 15:49:58 +00:00
<div id="header-links">
<ul>
<li><a href="index.html">Posts</a></li>
<li><a href="/atom.xml">RSS</a></li>
<li><a href="https://polynom.me">About</a></li>
</ul>
</div>
</div>
</div>
<div class="horizontal-center">
{{ content }}
</div>
2020-09-21 15:49:58 +00:00
<br />
2020-09-21 15:49:58 +00:00
<center class="footer">
2020-09-21 15:49:58 +00:00
Created by <i>PapaTutuWawa</i> with &lt;3 using
<a href="https://github.com/google/roboto">Roboto</a>,
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
2020-09-21 15:49:58 +00:00
<a href="https://github.com/sunainapai/makesite">makesite</a>
</center>
</div>
</body>
2020-09-21 15:49:58 +00:00
</html>