Skip to content

Commit

Permalink
fix: use site_url instead of config_file_path
Browse files Browse the repository at this point in the history
  • Loading branch information
prushh committed Oct 22, 2024
1 parent 471adac commit dcb548a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% include ".icons/material/arrow-left.svg" %}
</div>
<div class="md-footer__title">
{% if "blog" not in config.config_file_path %}
{% if "blog" not in config.site_url %}
<span class="md-footer__direction">
{{ lang.t("footer.previous") }}
</span>
Expand All @@ -44,7 +44,7 @@
rel="next"
>
<div class="md-footer__title">
{% if "blog" not in config.config_file_path %}
{% if "blog" not in config.site_url %}
<span class="md-footer__direction">
{{ lang.t("footer.next") }}
</span>
Expand Down

0 comments on commit dcb548a

Please sign in to comment.