summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/git/single.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-12 19:44:01 +0100
committerxengineering <me@xengineering.eu>2023-01-12 19:44:01 +0100
commit02fb96c854173e875d3f361706713af6e6c666a5 (patch)
treebe04605139b540fff1112603b70a8cd5b27b0462 /themes/bare/layouts/git/single.html
parent4b1082b4fda0c5d3e90464716b3e2136bd1fe791 (diff)
downloadwebsite-02fb96c854173e875d3f361706713af6e6c666a5.tar
website-02fb96c854173e875d3f361706713af6e6c666a5.tar.zst
website-02fb96c854173e875d3f361706713af6e6c666a5.zip
Remove unnecessary themes folder
This just makes sense if you have multiple themes.
Diffstat (limited to 'themes/bare/layouts/git/single.html')
-rw-r--r--themes/bare/layouts/git/single.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/themes/bare/layouts/git/single.html b/themes/bare/layouts/git/single.html
deleted file mode 100644
index 51ccbad..0000000
--- a/themes/bare/layouts/git/single.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-
-<!--
- vim: shiftwidth=4 tabstop=4 noexpandtab
--->
-
-<html>
-
- <head>
-
- <title>{{.Params.friendly_name}}</title>
-
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="{{ "style.css" | absURL }}" type="text/css">
-
- </head>
-
- <body>
-
- <header>
- <nav>
- <a href="{{ "/" | absURL }}">Home</a>
- <a href="https://cgit.xengineering.eu/{{ .Params.name }}">cgit</a>
- <a href="https://cgit.xengineering.eu/{{ .Params.name }}/atom">Atom feed</a>
- <a href="https://cgit.xengineering.eu/{{ .Params.name }}">Clone URL</a>
- <nav>
- <h1>{{.Params.friendly_name}}</h1>
- <p>{{ .Params.description }}</p>
- </header>
-
- <main>
-
- <p class="notice">State: <strong>{{ .Params.state }}</strong></p>
-
- {{.Content}}
-
- <footer>
- <hr>
- <p>This <a href="{{ "git/website" | absURL }}">website</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> and developed with <a href="https://simplecss.org/">simple.css</a>.</p>
- </footer>
- </main>
-
- </body>
-
-</html>