Skip to content

Commit

Permalink
remove some old docpad stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Sep 2, 2024
1 parent b2a4325 commit 45120de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions content/_layouts/default.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!doctype html>
<html lang="en" data-bs-theme="dark">
{% comment %} <%- @partial('head.html.eco', {title:@getPreparedTitle()}, {description:@getPreparedDescription()}, {keywords:@getPreparedKeywords()}, {author:@site.author or ''}, {styles:@getBlock("styles").add(["/styles/style.css", "/vendor/highlightjs/styles/an-old-hope.min.css"]).toHTML()} ) %> {% endcomment %}
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
Expand All @@ -21,11 +20,6 @@
<link rel="icon" href="/images/haxeflixel.svg">
<link rel="shortcut icon" href="/images/favicon.ico">

<!--
[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]
-->
{% comment %} <%- @styles %> {% endcomment %}
<link rel="stylesheet" href="/styles/style.css">
<link rel="stylesheet" href="/styles/highlights/vs2015.min.css">

Expand All @@ -38,14 +32,11 @@
{% renderFile "./content/_layouts/partials/header-menu.liquid" %}

<div class="container-md container-main rounded-0">
{% comment %} Make sure each class renders it's title {% endcomment %}
{{ content }}
</div>

{% renderFile "./content/_layouts/partials/footer.liquid" %}

{% comment %} <%- @getBlock('scripts').add(@site.scripts).toHTML() %> {% endcomment %}

{% renderFile "./content/cdn-scripts.liquid" %}
<script src="/11ty-bundle.js"></script>
</body>
Expand Down

0 comments on commit 45120de

Please sign in to comment.