forked from MarseyWorld/MarseyWorld
put telegram link in WPD
parent
df4540d367
commit
8c2a41b868
|
@ -254,9 +254,7 @@
|
|||
|
||||
<a class="dropdown-item" rel="nofollow noopener noreferrer" href="https://rdrama.net/post/18459"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
|
||||
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<a rel="nofollow noopener noreferrer" class="dropdown-item" href="https://t.me/s/rdramanet"><i class="fab fa-telegram fa-fw mr-3"></i>Telegram Channel</a>
|
||||
{% endif %}
|
||||
<a rel="nofollow noopener noreferrer" class="dropdown-item" href="https://t.me/s/{{SITE.replace('.','')}}"><i class="fab fa-telegram fa-fw mr-3"></i>Telegram Channel</a>
|
||||
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<a class="dropdown-item" href="/archives"><i class="fas fa-book fa-fw mr-3"></i>Archives</a>
|
||||
|
@ -318,9 +316,7 @@
|
|||
|
||||
<a class="nav-item nav-link" rel="nofollow noopener noreferrer" href="https://rdrama.net/post/18459"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
|
||||
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<a rel="nofollow noopener noreferrer" class="nav-item nav-link" href="https://t.me/s/rdramanet"><i class="fab fa-telegram fa-fw mr-3"></i>Telegram Channel</a>
|
||||
{% endif %}
|
||||
<a rel="nofollow noopener noreferrer" class="nav-item nav-link" href="https://t.me/s/{{SITE.replace('.','')}}"><i class="fab fa-telegram fa-fw mr-3"></i>Telegram Channel</a>
|
||||
|
||||
{% if SITE_NAME == 'rDrama' %}<a class="nav-item nav-link" href="/archives"><i class="fas fa-book fa-fw mr-3"></i>Archives</a>{% endif %}
|
||||
<a class="nav-item nav-link" href="/contact"><i class="fas fa-file-signature fa-fw mr-3"></i>Contact us</a>
|
||||
|
|
Loading…
Reference in New Issue