Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
SangwooJung98 authored Apr 2, 2024
1 parent 18db7c3 commit b5339c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jekyll-minifier:
exclude: ["robots.txt"]
uglifier_args:
harmony: true

# -----------------------------------------------------------------------------
# Jekyll Archives
# -----------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions _includes/footer.liquid
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% if site.footer_fixed %}
<footer class="fixed-bottom" role="contentinfo" align="left">
<footer class="fixed-bottom" role="contentinfo">
<div class="container mt-0">
&copy; Copyright {{ site.time | date: '%Y' }}
{{ site.first_name }}
{{ site.middle_name }}
{{ site.last_name }}. {{ site.footer_text }}
<img align="right" src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fsangwoojung98.github.io&count_bg=%23000000&title_bg=%23000000&icon=&icon_color=%23FFFFFF&title=hits&edge_flat=true"/>
{{ site.last_name }}. {{ site.footer_text }}
<img align="right" src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fsangwoojung98.github.io&count_bg=%231C1C1D&title_bg=%231C1C1D&icon=&icon_color=%23E7E7E7&title=Hits&edge_flat=true"/>
{% if site.impressum_path %}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{% endif %}
Expand All @@ -15,7 +15,7 @@
</div>
</footer>
{% else %}
<footer class="sticky-bottom mt-5" role="contentinfo" align="left">
<footer class="sticky-bottom mt-5" role="contentinfo">
<div class="container">
&copy; Copyright {{ site.time | date: '%Y' }}
{{ site.first_name }}
Expand Down
4 changes: 2 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ footer.fixed-bottom {
color: var(--global-footer-text-color);
padding-top: 9px;
padding-bottom: 8px;
text-align: center;
text-align: left;
}

a {
Expand All @@ -462,7 +462,7 @@ footer.sticky-bottom {
font-size: 0.9rem;

.container {
text-align: center;
text-align: left;
}
}

Expand Down
6 changes: 3 additions & 3 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ html[data-theme="dark"] {
--global-theme-color: #{$cyan-color};
--global-hover-color: #{$cyan-color};
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-light};
--global-footer-text-color: #{$grey-color-dark};
--global-footer-link-color: #{$black-color};
--global-footer-bg-color: #{$grey-color-dark};
--global-footer-text-color: #{$grey-color-light};
--global-footer-link-color: #D1DEDE;
--global-distill-app-color: #{$grey-color-light};
--global-divider-color: #424246;
--global-card-bg-color: #{$grey-900};
Expand Down

0 comments on commit b5339c1

Please sign in to comment.