Skip to content

Commit

Permalink
fix footer3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouTimeMachine committed Jun 5, 2024
1 parent 69f2489 commit 40bd932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
7 changes: 4 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if site.footer_fixed %}
<footer class="fixed-bottom">
<div class="container mt-0">
<div class="text">
<div style="color: var(--global-footer-text-color); flex: 1;">
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
{{ site.footer_text }}
{%- if site.impressum_path -%}
Expand All @@ -11,8 +11,9 @@
Last updated: {{ "now" | date: '%B %d, %Y' }}.
{%- endif %}
</div>
<div class="image">
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fzhoutimemachine.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/></a>

<div style="height: auto; max-width: 100%; vertical-align: middle;">
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fzhoutimemachine.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/></a>
</div>
</div>
</footer>
Expand Down
10 changes: 0 additions & 10 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -409,16 +409,6 @@ footer.fixed-bottom {
background-color: var(--global-footer-bg-color);
font-size: 0.75rem;

.text {
color: var(--global-footer-text-color);
flex: 1;
}
.image {
height: auto;
max-width: 100%;
vertical-align: middle;
}

.container {
color: var(--global-footer-text-color);
padding-top: 5px;
Expand Down

0 comments on commit 40bd932

Please sign in to comment.