mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
There is a cert mismatch on popular.global
eg. https://popular.global.newsblur.com
This commit is contained in:
parent
596289ba9b
commit
7cdbc9f8b3
1 changed files with 2 additions and 2 deletions
|
@ -121,13 +121,13 @@
|
|||
Blurblogs
|
||||
</div>
|
||||
</a>
|
||||
<a class="NB-header-tab NB-following-tab {% if current_tab == "global" %}NB-active{% endif %}" href="//popular.global.{% current_domain strip_www=True %}">
|
||||
<a class="NB-header-tab NB-following-tab {% if current_tab == "global" %}NB-active{% endif %}" href="http://popular.global.{% current_domain strip_www=True %}">
|
||||
<div class="NB-tab-inner">
|
||||
<span class="NB-icon"></span>
|
||||
Global
|
||||
</div>
|
||||
</a>
|
||||
<a class="NB-header-tab NB-trending-tab {% if current_tab == "popular" %}NB-active{% endif %}" href="//popular.{% current_domain strip_www=True %}">
|
||||
<a class="NB-header-tab NB-trending-tab {% if current_tab == "popular" %}NB-active{% endif %}" href="http://popular.{% current_domain strip_www=True %}">
|
||||
<div class="NB-tab-inner">
|
||||
<span class="NB-icon"></span>
|
||||
Popular
|
||||
|
|
Loading…
Add table
Reference in a new issue