Skip to content

Commit

Permalink
{{ site.owner}}
Browse files Browse the repository at this point in the history
   
    {% capture currentyear %}{{ 'now' | date: "%Y" }}{% endcapture %}
    © {{ currentyear }}
  • Loading branch information
ricoThaka authored Apr 19, 2024
1 parent 33da07e commit 247dabc
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
<div id="footer">
<div class="logo"> ./HoleToAnotherUniverse

<a href="https://github.com/ricoThaka">

{{ site.owner}}
<div class="logo"><a href="https://ricothaka.github.io/htau.html">./HoleToAnotherUniverse

{{ site.owner}}

{% capture currentyear %}{{ 'now' | date: "%Y" }}{% endcapture %}
© {{ currentyear }}
</a>

</div>


<div class="css3badge"><a href="https://jigsaw.w3.org/css-validator/check/referer">
</a></div>
<div class="css3badge"><a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</div>
<div class="css3badge"> <a href="https://jigsaw.w3.org/css-validator/check/referer">
</a>

</div>
<div class="css3badge"> <a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</div>
</div>
</div>

0 comments on commit 247dabc

Please sign in to comment.