diff options
| -rw-r--r-- | static/jazzcat.jpg | bin | 0 -> 1028722 bytes | |||
| -rw-r--r-- | static/ksp2.webm | bin | 0 -> 7867307 bytes | |||
| -rw-r--r-- | templates/base.html | 5 | ||||
| -rw-r--r-- | templates/index.html | 6 | ||||
| m--------- | templates/site | 0 | 
5 files changed, 6 insertions, 5 deletions
| diff --git a/static/jazzcat.jpg b/static/jazzcat.jpgBinary files differ new file mode 100644 index 0000000..dd38cbb --- /dev/null +++ b/static/jazzcat.jpg diff --git a/static/ksp2.webm b/static/ksp2.webmBinary files differ new file mode 100644 index 0000000..bbe7054 --- /dev/null +++ b/static/ksp2.webm 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"> diff --git a/templates/index.html b/templates/index.html index b612c63..103bc57 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,20 +8,20 @@  {% if dirs %}  <h3 class="center">Topics</h3>  {% for d in dirs %} -<li><a href="{{ cur_dir }}{{ d }}">{{ d }}</a></li> +<li><a href="{{ cur_dir }}{{ d }}" target="_self">{{ d }}</a></li>  {% endfor %}  {% endif %}  {% if files %}  <h3 class="center">File Listing</h3>  {% for f in files %} -<li><a href="{{ cur_dir }}{{ f }}">{{ f.rstrip('!') }}</a></li> +<li><a href="{{ cur_dir }}{{ f }}" target="_self">{{ f.rstrip('!') }}</a></li>  {% endfor %}  {% endif %}  {% if links %}  {% for l in links %} -<li><a href="{{ l.split(',')[1] }}" target="_blank" rel="noopener noreferrer">{{l.split(',')[0]}}</a></li> +<li><a href="{{ l.split(',')[1] }}"  rel="noopener noreferrer">{{l.split(',')[0]}}</a></li>  {% endfor %}  {% endif %}  </center> diff --git a/templates/site b/templates/site -Subproject 01554934717be33afb2961d8b5bde81b8c0f925 +Subproject fdc77195371576b7082c1d99cc1225a6bffc8b0 | 
