forked from PrivateCoffee/small
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:
parent
0a90c556d5
commit
b6c7277535
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue