Remove custom.js script injector, FOUC script tag from old website

This commit is contained in:
2023-11-27 18:58:46 -06:00
parent 73dab10c37
commit 0d474a9164

View File

@@ -47,11 +47,6 @@ const titleTag = title != undefined ? `${title} | undefined.behavio.rs` : 'undef
<!-- <meta content="summary" name="twitter:card"> -->
<!-- {%- endif -%} -->
<!-- {%- endif %} -->
<!-- Prevent FireFox from displaying FOUC with fake script tag. -->
<!-- <script>0</script> -->
<!-- {% if page.layout == "default" or page.layout == "posts" %} -->
<!-- <script src="/assets/js/custom.js"></script> -->
<!-- {% endif %} -->
</head>
<body class="flex-col align-middle w-full max-w-full">
<header class="text-5xl mt-5 mb-3 text-center lowercase">