diff --git a/src/small/templates/home.html b/src/small/templates/home.html index 2f0e958..c23b8c2 100644 --- a/src/small/templates/home.html +++ b/src/small/templates/home.html @@ -8,7 +8,7 @@

Example:

Original: https://medium.com/@username/article-title-123abc
- Small: https://{{ url_for("home.home", _external=True) }}@username/article-title-123abc + Small: {{ url_for("home.home", _external=True) }}@username/article-title-123abc

{% endblock %}