diff options
author | mjfernez <mjf@mjfer.net> | 2023-07-14 12:21:39 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-07-14 12:21:39 -0400 |
commit | 50b72b5787338ee3c0ef0a4aebfcdf8acf3c3a08 (patch) | |
tree | 4f85051da0f840e7322280314346e4f97d21fb4d /templates/base.html | |
parent | 74183573ed3b62adb34e15383a6ce513de22b887 (diff) | |
download | ezcms-50b72b5787338ee3c0ef0a4aebfcdf8acf3c3a08.tar.gz |
Target set to open in new tab by default. +Images
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 5 |
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"> |