fix(home.html): ensure full URL string for consistency

Updated the instructional text to replace "medium.com" with the full "https://medium.com/" URL to avoid potential confusion and ensure users receive a clear and consistent guideline. This should enhance the user experience by providing explicit directions.
This commit is contained in:
Kumi 2024-09-19 14:18:58 +02:00
parent 0a90c556d5
commit b6c7277535
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -4,7 +4,7 @@
<div class="home-container">
<h1>Welcome to Small</h1>
<p><strong>Smaller than Medium</strong></p>
<p>To use Small, simply replace "medium.com" with "{{ url_for("home.home", _external=True) }}" in any Medium article URL.</p>
<p>To use Small, simply replace "https://medium.com/" with "{{ url_for("home.home", _external=True) }}" in any Medium article URL.</p>
<h2>Example:</h2>
<p>
<strong>Original:</strong> https://medium.com/@username/article-title-123abc<br>