summaryrefslogtreecommitdiff
path: root/_layouts/code.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/code.html')
-rw-r--r--_layouts/code.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/_layouts/code.html b/_layouts/code.html
deleted file mode 100644
index 18cfb3b..0000000
--- a/_layouts/code.html
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: default
----
-
-{% capture body %}```{{ page.lang | default: "go" }}
-{% include_relative {{ page.include }} %}```{% endcapture %}
-
-<br/><a href="{{ page.include }}">Raw source file</a>
-
-{{ body | markdownify }}