Compare commits
No commits in common. "4728bd16c8734f842723220ade76264b4085a177" and "8b0a3cb9c0580e088891a894fdbcf780003bd813" have entirely different histories.
4728bd16c8
...
8b0a3cb9c0
@ -4,8 +4,10 @@
|
|||||||
|
|
||||||
<p><b>> {{ date }}</b></p>
|
<p><b>> {{ date }}</b></p>
|
||||||
|
|
||||||
|
<p class="post-summary">
|
||||||
<div class="quote text">
|
<div class="quote text">
|
||||||
<p class="post-summary">{{ summary }}...</p>
|
{{ summary }}...
|
||||||
</div>
|
</div>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,22 +11,14 @@
|
|||||||
<link rel="stylesheet" href="{{ page_assets }}/css/main.css" />
|
<link rel="stylesheet" href="{{ page_assets }}/css/main.css" />
|
||||||
<link rel="stylesheet" href="/assets/css/blog.css" />
|
<link rel="stylesheet" href="/assets/css/blog.css" />
|
||||||
<link rel="stylesheet" href="/assets/css/syntax.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" />
|
<link rel="me" href="https://fosstodon.org/@polynomdivision" />
|
||||||
|
{{ mathjax_include }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="horizontal-center">
|
<div class="horizontal-center">
|
||||||
<div class="vertical header">
|
<div class="vertical header">
|
||||||
<div id="header" class="horizontal">
|
<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">
|
<div class="vertical-center">
|
||||||
<span class="name-title">PapaTutuWawa's Blog</span>
|
<span class="name-title">PapaTutuWawa's Blog</span>
|
||||||
@ -47,13 +39,12 @@
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="horizontal-center footer">
|
<center class="footer">
|
||||||
Created by <i>PapaTutuWawa</i> with <3 using
|
Created by <i>PapaTutuWawa</i> with <3 using
|
||||||
<a href="https://github.com/google/roboto">Roboto</a>,
|
<a href="https://github.com/google/roboto">Roboto</a>,
|
||||||
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
|
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
|
||||||
<a href="https://github.com/sunainapai/makesite">makesite</a>
|
<a href="https://github.com/sunainapai/makesite">makesite</a>
|
||||||
</div>
|
</center>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user