62 lines
1.8 KiB
HTML
62 lines
1.8 KiB
HTML
<!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" />
|
|
<link rel="stylesheet" href="/assets/css/syntax.css" />
|
|
{{ mathjax_include }}
|
|
|
|
<!-- Blog -->
|
|
<link rel="alternative"
|
|
type="application/rss+xml"
|
|
title="PapaTutuWawa's Blog"
|
|
href="https://{{ blog_url }}/atom.xml" />
|
|
|
|
<!-- Mastodon -->
|
|
<link rel="me" href="https://fosstodon.org/@polynomdivision" />
|
|
</head>
|
|
<body>
|
|
<div class="horizontal-center">
|
|
<div class="vertical header">
|
|
<div id="header" class="horizontal">
|
|
<img class="avatar" src="{{ page_assets }}/img/avatar.jpg" alt="" />
|
|
|
|
<div class="vertical-center">
|
|
<span class="name-title">PapaTutuWawa's Blog</span>
|
|
|
|
<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>
|
|
|
|
<br />
|
|
|
|
<div class="horizontal-center footer">
|
|
<span>
|
|
Created by <i>PapaTutuWawa</i> with <3 using
|
|
<a href="https://github.com/google/roboto">Roboto</a>,
|
|
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
|
|
<a href="https://github.com/sunainapai/makesite">makesite</a>a
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|