From 309a695d0bf244b0c892b608bcab0be99fccb573 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 18 Oct 2020 18:57:29 -0500 Subject: [PATCH] All links in new tab --- index.slim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.slim b/index.slim index 69966fa..7a03836 100644 --- a/index.slim +++ b/index.slim @@ -22,8 +22,9 @@ html title Post-Part link type="text/css" rel="stylesheet" href="index.css" script type="text/javascript" src="index.js" + base target="_blank" body - a href="#wallpaper" skip to wallpaper + a href="#wallpaper" target="_self" skip to wallpaper audio#bgmusic controls="controls" autoplay="autoplay" loop="loop" source src="assets/audio/bg.opus" type="audio/ogg; codecs=opus" source src="assets/audio/bg.mp3" type="audio/mpeg" -- 2.38.4