Skip to content

Commit

Permalink
Update krems.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mreider authored Dec 8, 2024
1 parent 9954a74 commit 43a9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def replace_custom_handlebars(content, base_url)
def generate_footer(base_url)
<<~HTML
<footer>
<h4>&copy; #{Time.now.year} Created with <a href="#{base_url}">Krems</a></h4>
<h4>&copy; #{Time.now.year} Created with <a href="https://github.com/mreider/krems">Krems</a></h4>
</footer>
HTML
end
Expand Down

0 comments on commit 43a9c29

Please sign in to comment.