Skip to content

Commit

Permalink
blogStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Apr 6, 2024
1 parent a0d9d6c commit d374a2d
Show file tree
Hide file tree
Showing 4 changed files with 2,002 additions and 3 deletions.
6 changes: 6 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<footer>


<div id="footer">
<div>./HoleToAnotherUniverse</div>

<a href="https://creativecommons.org/licenses/by-nc/3.0/deed.en_US">
<span>
<b>{{ site.owner}}</b>
</span>
{% capture currentyear %}{{ 'now' | date: "%Y" }}{% endcapture %}
<span>© {{ currentyear }}</span>
</a>
</div>
</footer>
8 changes: 5 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<header>
<div>
<a href="{{ "/" | prepend: site.baseurl | replace: '//', '/' }}">
<div id="heading">

<div>./HoleToAnotherUniverse <a href="{{ "/" | prepend: site.baseurl | replace: '//', '/' }}">
{% assign owner_first_name = site.owner | split: " " %}
<h1>{{ owner_first_name[0] | downcase }}@home:~$</h1>
</a>
<div class="header-links">
{% include links.html %}
</div>
</div>
</div>
</div>
</header>
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% include head.html %}

<body>
<div id="MAiN">
<div id="wrapper">
{% include header.html %}
<div class="container">
Expand Down Expand Up @@ -37,6 +38,7 @@
{% if site.google_analytics %}
{% include analytics.html %}
{% endif %}
</div>
</body>

</html>
Loading

0 comments on commit d374a2d

Please sign in to comment.