summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorjptrzy <jptrzy@gmail.com>2022-08-13 17:21:51 +0200
committerjptrzy <jptrzy@gmail.com>2022-08-13 17:21:51 +0200
commit3534d7213afe10b67c1765258e625246961b71fc (patch)
tree2c6acdc7d29ac422f3e230c26c114f8a197f875a /_layouts/default.html
parent9a96d04cdd2919964169192e7d9de5012ef66de4 (diff)
downloadneo-comic-mono-font-3534d7213afe10b67c1765258e625246961b71fc.tar.gz
neo-comic-mono-font-3534d7213afe10b67c1765258e625246961b71fc.tar.bz2
neo-comic-mono-font-3534d7213afe10b67c1765258e625246961b71fc.zip
Init Neo
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index c09d281..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ site.lang | default: "en-US" }}">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta property="og:image" content="https://repository-images.githubusercontent.com/164606802/cd83d680-894c-11e9-83f7-c353c70df1cb">
-{% seo %}
- <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
- </head>
- <body>
- <div class="container-lg px-3 my-5 markdown-body comic-mono">
- {{ content }}
-
- {% if site.github.private != true and site.github.license %}
- <div class="footer mt-5 pt-3 text-right text-gray">
- This site is open source. {% github_edit_link "Improve this page" %}.
- </div>
- {% endif %}
- </div>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
- <script>anchors.add();</script>
- {% if site.google_analytics %}
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{{ site.google_analytics }}', 'auto');
- ga('send', 'pageview');
- </script>
- {% endif %}
- </body>
-</html>
Software created with 💖