Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Sep 25, 2024
1 parent 2965a41 commit 4f44b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
https://maroonrides.app

Redirect on https://reveillerides.app

Run `bundle exec jekyll serve` for local dev.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer>
{% if site.your_name %}
<p class="footerText">Made by {% if site.your_link %}<a href="{{ site.your_link }}">{% endif %}{{ site.your_name }}{% if site.your_link %}</a>{% endif %}{% if site.your_city %} in {{ site.your_city }}{% endif %}</p>
<p class="footerText">Made with ❤️ {% if site.your_city %} in {{ site.your_city }}{% endif %}</p>
{% endif %}
<div class="footerIcons">

Expand Down

0 comments on commit 4f44b99

Please sign in to comment.