diff --git a/main/templates/main/includes/twitter_widget.html b/main/templates/main/includes/twitter_widget.html index 99d46e5f39a8e9ae003400464304d25937d92382..08aa7964b17243e9e618338e06b8b6335ee554ee 100644 --- a/main/templates/main/includes/twitter_widget.html +++ b/main/templates/main/includes/twitter_widget.html @@ -20,7 +20,7 @@ <p class="text-small sm:text-base leading-6 mb-2"> {{ tweet.text }} </p> - <a href="twitter.com/{{ tweet.author_username }}" class="hover:no-underline"> + <a href="https://twitter.com/{{ tweet.author_username }}" class="hover:no-underline"> <i class="ico--twitter text-turquoise-400 text-3xl sm:text-xl"></i> </a> </div> diff --git a/main/templates/main/main_person_page.html b/main/templates/main/main_person_page.html index b3b408432672f358be54808fa4e1ccc8e976765f..2e260edbfffa7ad8b985114a8d07b2ac749c7efa 100644 --- a/main/templates/main/main_person_page.html +++ b/main/templates/main/main_person_page.html @@ -76,7 +76,7 @@ </div> </div> <p class="text-small sm:text-base leading-6 mb-2">{{ tweet.text }}</p> - <a href="twitter.com/{{ tweet.author_username }}" class="hover:no-underline" target="_blank"> + <a href="https://twitter.com/{{ tweet.author_username }}" class="hover:no-underline" target="_blank"> <i class="ico--twitter text-turquoise-400 text-xl"></i> </a> </div>