Compare commits

..

No commits in common. "4728bd16c8734f842723220ade76264b4085a177" and "8b0a3cb9c0580e088891a894fdbcf780003bd813" have entirely different histories.

2 changed files with 9 additions and 16 deletions

View File

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

View File

@ -11,22 +11,14 @@
<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" />
{{ mathjax_include }}
</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="" />
<img class="avatar" src="{{ page_assets }}/img/avatar.jpg" />
<div class="vertical-center">
<span class="name-title">PapaTutuWawa's Blog</span>
@ -47,13 +39,12 @@
<br />
<div class="horizontal-center footer">
<center class="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>
</div>
</center>
</div>
</div>
</body>
</html>