Add web mentions

This commit is contained in:
2023-02-18 16:52:10 +11:00
parent d1af1cac6a
commit 5b694f77cd
3 changed files with 35 additions and 0 deletions

View File

@@ -3,5 +3,6 @@
Hanami.app.register_provider :post_utilities, namespace: true do
start do
register "slugify", Adamantium::SlugCreator.new
register "link_finder", Adamantium::LinkFinder.new
end
end