aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-05 00:16:37 +0300
committerValentin Popov <valentin@popov.link>2024-09-05 00:16:37 +0300
commit7eff3fde5720eb23449e2f8c8ea0b8218efe4dde (patch)
treefbaedd693902c1a6d56a005b28b189ef76fe23f4 /_layouts/default.html
parentecf9a15e77509d344ab4ee02ae0dbf8a116021f1 (diff)
downloadpopov.link-7eff3fde5720eb23449e2f8c8ea0b8218efe4dde.tar.xz
popov.link-7eff3fde5720eb23449e2f8c8ea0b8218efe4dde.zip
Initial Astro project
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index b0937c7..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-layout: compress
----
-
-<!DOCTYPE html>
-<html lang="{{- site.lang | strip | slugify | xml_escape -}}">
-
-{%- include head.html -%}
-
-<body>
- <header>
- {%- include navbar.html -%}
- </header>
-
- <article>
- {{- content -}}
- </article>
-
- {%- include counter.html -%}
-</body>
-
-</html> \ No newline at end of file