Browse Source

Update navigation.html

change navigation template so docs link opens in new tab
Tristan Sherliker 1 year ago
parent
commit
d6a8e12482
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/templates/core/navigation.html

+ 1 - 1
archivebox/templates/core/navigation.html

@@ -5,7 +5,7 @@
     <a href="{% url 'Home' %}">Snapshots</a> |
     <a href="{% url 'Home' %}">Snapshots</a> |
     <a href="/admin/core/tag/">Tags</a> |
     <a href="/admin/core/tag/">Tags</a> |
     <a href="/admin/core/archiveresult/?o=-1">Log</a> &nbsp; &nbsp;
     <a href="/admin/core/archiveresult/?o=-1">Log</a> &nbsp; &nbsp;
-    <a href="{% url 'Docs' %}">Docs</a> | 
+    <a href="{% url 'Docs' target="_blank" rel="noopener noreferrer"%}">Docs</a> | 
     <a href="{% url 'public-index' %}">Public</a> | 
     <a href="{% url 'public-index' %}">Public</a> | 
     <a href="/admin/">Admin</a>
     <a href="/admin/">Admin</a>
      &nbsp; &nbsp;
      &nbsp; &nbsp;