Skip to content

Commit

Permalink
Do not show soopr notice if soopr is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kleest committed Mar 20, 2021
1 parent 57681fb commit e7a8c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
{{ content }}
{% include toggle_theme_button.html %}
<div class="credits">
{%- if site.soopr -%}
Powered by <a href="https://www.soopr.co" target="_blank" rel="noreferrer">Soopr</a>
&nbsp;
&nbsp;
{%- endif -%}
Theme&nbsp; <a href="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/abhinavs/moonwalk" target="_blank" rel="noreferrer">Moonwalk</a>
</div>
</div>
Expand Down

0 comments on commit e7a8c1a

Please sign in to comment.