diff options
| author | Ahmed <git@gumx.cc> | 2026-06-02 00:21:16 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-02 00:21:16 +0300 |
| commit | 6e1e8effd3e595ad342d11644b072725a218c1eb (patch) | |
| tree | 11d4c650734d814c6180db6618b89dbf3ae8c8d3 /build/templates/partials/head.html | |
init: moved to gumx.cc
Diffstat (limited to 'build/templates/partials/head.html')
| -rw-r--r-- | build/templates/partials/head.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/templates/partials/head.html b/build/templates/partials/head.html new file mode 100644 index 0000000..f9f143e --- /dev/null +++ b/build/templates/partials/head.html @@ -0,0 +1,11 @@ + <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="data:," rel="icon"> |
