Finally fix CSS issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="horizontal-center">
|
||||
<div class="post-list-item">
|
||||
<h2><a class="post-title" href="/{{ slug }}.html">{{ title }}</a></h2>
|
||||
<h2><a class="post-list-item-title" href="/{{ slug }}.html">{{ title }}</a></h2>
|
||||
|
||||
<p><b>> {{ date }}</b></p>
|
||||
|
||||
|
||||
@@ -16,18 +16,18 @@
|
||||
{{ mathjax_include }}
|
||||
</head>
|
||||
<body>
|
||||
<h1><center><a class="page-title" href="/">papatutuwawa@home:~$</a></center></h1>
|
||||
<h3 class="title-sub"><center>by PapaTutuWawa</center></h3>
|
||||
<h1><center><a class="page-title" href="/">papatutuwawa@home:~$</a></center></h1>
|
||||
<h3 class="title-sub"><center>by PapaTutuWawa</center></h3>
|
||||
|
||||
<div class="container title-sub-subbar horizontal">
|
||||
<a href="/about.html" class="subbar-link"><h3>About</h3></a>
|
||||
<a href="/index.html" class="subbar-link"><h3>Archive</h3></a>
|
||||
<a href="/atom.xml" class="subbar-link"><h3>RSS</h3></a>
|
||||
</div>
|
||||
<div class="container title-sub-subbar horizontal">
|
||||
<a href="/about.html" class="subbar-link"><h3>About</h3></a>
|
||||
<a href="/index.html" class="subbar-link"><h3>Archive</h3></a>
|
||||
<a href="/atom.xml" class="subbar-link"><h3>RSS</h3></a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<br/>
|
||||
@@ -39,5 +39,5 @@
|
||||
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
|
||||
<a href="https://github.com/sunainapai/makesite">makesite</a>
|
||||
</center>
|
||||
</footer>
|
||||
</footer>
|
||||
</html>
|
||||
|
||||
@@ -13,7 +13,12 @@
|
||||
|
||||
If you have any questions or comments, then feel free to send me an email
|
||||
(Preferably with <a href="{{ email_gpg_url }}">GPG encryption</a> to
|
||||
{{ email_user }} [weird "a" with a circle] {{ email_domain }}.
|
||||
{{ email_user }} [weird "a" with a circle] {{ email_domain }}.
|
||||
|
||||
<p>
|
||||
This post is signed using my <a href="{{ email_gpg_url }}">public key</a>.
|
||||
See <a href=/verify.html>here</a> for more information.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user