From 1d197ecfe4b5c8be3b7e9534353da1172a80be18 Mon Sep 17 00:00:00 2001
From: Freya Murphy <freya@freyacat.org>
Date: Fri, 7 Feb 2025 17:35:39 -0500
Subject: [PATCH] remove base elem

---
 web/parts/head.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/parts/head.php b/web/parts/head.php
index c5d6f78..0ca2a66 100644
--- a/web/parts/head.php
+++ b/web/parts/head.php
@@ -3,7 +3,6 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <base target="_blank" />
         <link rel="stylesheet" href="<?=ASSETS->css->main?>">
         <link rel="stylesheet" href="<?=ASSETS->css->anim?>">
         <?php if(isset($css)): ?>