From f29f2bdd315c8469f2c2b63b720f50e0f229595a Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Mon, 10 Aug 2020 22:34:13 -0700
Subject: [PATCH] _includes: Remove head_custom.html

---
 _includes/head_custom.html | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 _includes/head_custom.html

diff --git a/_includes/head_custom.html b/_includes/head_custom.html
deleted file mode 100644
index e24fe3b..0000000
--- a/_includes/head_custom.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% if page.redirect_to %}
-<style>body { display: none; }</style>
-<meta http-equiv="refresh" content="0; url={{ page.redirect_to }}">
-{% endif %}
-{% if page.latex %}
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
-<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
-<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
-{% endif %}
-{{ page.head }}
-- 
GitLab