aboutsummaryrefslogtreecommitdiffstats
path: root/templates/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/head.html')
-rw-r--r--templates/partials/head.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/partials/head.html b/templates/partials/head.html
new file mode 100644
index 0000000..fe34222
--- /dev/null
+++ b/templates/partials/head.html
@@ -0,0 +1,12 @@
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <meta name="author" content="Ahmed (gumx) Alaa" />
+ <meta name="copyright" content="CC BY-SA 4.0" />
+ {{#META_DATE}}<meta name="date" content="{{META_DATE}}" />{{/META_DATE}}
+ {{#META_DESCRIPTION}}<meta name="description" content="{{META_DESCRIPTION}}" />{{/META_DESCRIPTION}}
+ <link rel="stylesheet" href="/styles/main.css" />
+ {{#HAS_CODE}}<link rel="stylesheet" href="/styles/highlight.min.css" />
+ <script src="/scripts/highlight.min.js"></script>
+ <script>hljs.highlightAll();</script>{{/HAS_CODE}}
+ <link href="/feed.xml" rel="alternate" type="application/rss+xml" title="gumx RSS Feed" />
+ <link href="data:," rel="icon">