Compare commits

...

2 Commits

2 changed files with 16 additions and 9 deletions

View File

@ -4,10 +4,8 @@
<p><b>&gt; {{ date }}</b></p>
<p class="post-summary">
<div class="quote text">
{{ summary }}...
</div>
</p>
<div class="quote text">
<p class="post-summary">{{ summary }}...</p>
</div>
</div>
</div>

View File

@ -11,14 +11,22 @@
<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" />
<link rel="me" href="https://fosstodon.org/@polynomdivision" />
{{ 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" />
<img class="avatar" src="{{ page_assets }}/img/avatar.jpg" alt="" />
<div class="vertical-center">
<span class="name-title">PapaTutuWawa's Blog</span>
@ -39,12 +47,13 @@
<br />
<center class="footer">
<div class="horizontal-center footer">
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
<a href="https://github.com/sunainapai/makesite">makesite</a>
</center>
</div>
</div>
</div>
</body>
</html>