summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/baseof.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html
index c9633d0..2e4d6c7 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -14,7 +14,6 @@
<body>
<a href="#main-content" class="skip-link">Skip to content</a>
<div class="progress-bar" id="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
- <canvas id="matrix-canvas" aria-hidden="true" data-mode="{{ block "canvas-mode" . }}background{{ end }}"></canvas>
{{ partial "header.html" . }}
<main id="main-content">{{ block "main" . }}{{ end }}</main>
<footer>{{ partial "footer.html" . }}</footer>