Skip to content

Commit

Permalink
simplify footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pehaa committed Jun 30, 2020
1 parent 49752dd commit be15a92
Show file tree
Hide file tree
Showing 4 changed files with 898 additions and 964 deletions.
15 changes: 4 additions & 11 deletions blog-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,17 +336,10 @@ <h3 class="h5">Tags</h3>
</div>

<footer class="bg-dark text-white p-3 p-lg-5">
<div class="container">
<p class="text-center mb-0">
<!-- Link back to Alyra can't be removed. Template is licensed under CC BY 3.0. -->
&copy;
<script>
document.write(new Date().getFullYear())
</script>
Made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> for Alyra
</p>
</div>
<p class="text-center mb-0">
&copy; 2020 Made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> for Alyra
</p>
</footer>
<!-- END footer -->

Expand Down
17 changes: 4 additions & 13 deletions category.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,22 +415,13 @@ <h3 class="h5">Tags</h3>
</div>

<footer class="bg-dark text-white p-3 p-lg-5">
<div class="container">
<p class="text-center mb-0">
<!-- Link back to Alyra can't be removed. Template is licensed under CC BY 3.0. -->
&copy;
<script>
document.write(new Date().getFullYear())
</script>
Made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> for Alyra
</p>
</div>
<p class="text-center mb-0">
&copy; 2020 Made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> for Alyra
</p>
</footer>
<!-- END footer -->

<!-- loader -->

<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
Expand Down
Loading

0 comments on commit be15a92

Please sign in to comment.