1
0
mirror of https://github.com/fenwick67/mastofeed synced 2025-01-10 08:28:12 +01:00

make all links target top window

This commit is contained in:
fenwick67 2019-08-02 18:33:33 -04:00
parent 6bbebffcd1
commit c832e3e4e0

View File

@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8"></meta>
<style type="text/css"></style>
<base target="_top" /><!-- this element is amazing-->
<% if (opts.theme && opts.theme.toLowerCase() == 'light'){ %>
<link rel="stylesheet" href="/light.css"></link>