make all links target top window
This commit is contained in:
parent
6bbebffcd1
commit
c832e3e4e0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"></meta>
|
||||
<style type="text/css"></style>
|
||||
<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>
|
||||
|
|
Reference in a new issue