aboutsummaryrefslogtreecommitdiff
path: root/templates/about.html
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-22 06:44:04 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-22 06:44:04 -0600
commit7620dd41ca41cf4fb445d6a6e9afe2607ed77a95 (patch)
tree7dbe0decfae17563886418ef653d5461c57e51cb /templates/about.html
parent1fc46e3c0bd0075f6ca9eeb50eecad10dbf767b8 (diff)
downloadgityeet-7620dd41ca41cf4fb445d6a6e9afe2607ed77a95.tar.gz
gityeet-7620dd41ca41cf4fb445d6a6e9afe2607ed77a95.zip
actually handle subfolders
Diffstat (limited to 'templates/about.html')
-rw-r--r--templates/about.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/about.html b/templates/about.html
deleted file mode 100644
index 977d916..0000000
--- a/templates/about.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport"
- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>{{ path }}</title>
-</head>
-<body>
-{{ readme|markdown|safe }}
-</body>
-</html>