aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 5424505..fa98dbd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,6 +2,7 @@
<html lang="en">
<title>{{ domain }}/{{ title }}</title>
<head>
+ <base target="_blank">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="a homepage run by an idiot,
full of sound and fury, signifying nothing."/>
@@ -19,12 +20,12 @@
{% endblock %}
</head>
<body><center>
- <h1><a href="/">{{ domain }}</a></h1>
+ <h1><a href="/" target="_self">{{ domain }}</a></h1>
<!-- navbar -->
<div class="navbar">
<b>|</b> <!-- This makes the bar symmetrical -->
{% for dir in navbar %}
- <b> <a href="/{{ dir }}">{{ dir }}/</a> |</b>
+ <b> <a href="/{{ dir }}" target="_self">{{ dir }}/</a> |</b>
{% endfor %}
<!-- Add icons here -->
<a href="/feed.xml" target="_blank" rel="noopener noreferrer">