Just fixes.
This commit is contained in:
parent
c993369cc3
commit
4ccab107c7
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="footer-col-wrapper">
|
||||
<p style="text-align:center;">{% if site.git %}Source: <a href="{{ site.git }}{{ site.branch }}{{ page.path }}">{{ site.git }}{{ site.branch }}{{ page.path }}</a><br>{% endif %}
|
||||
Copyright © {{ site.time | date: "%Y" }} -
|
||||
<a class="page-link" href="/" title="xw3">Home</a> -
|
||||
<a class="page-link" href="/" title="Home">Home</a> -
|
||||
<a class="page-link" href="/contact/" title="Contact">Contact</a> -
|
||||
<a class="page-link" href="/privacy/" title="Privacy">Privacy</a> -
|
||||
<a class="page-link" href="/search/" title="Search">Search</a> -
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ noComments: true
|
|||
|
||||
<p style="text-align:right;"><a href="/about/">[More about]</a></p>
|
||||
|
||||
<h2>Latest Blog post</h2>
|
||||
<h2>Latest or important Blog posts</h2>
|
||||
|
||||
{% for post in site.tags.pinned limit:1 %}
|
||||
<article class="post-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue