aboutsummaryrefslogtreecommitdiff
path: root/data/themes/blank/templates/post-project.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/blank/templates/post-project.html')
-rw-r--r--data/themes/blank/templates/post-project.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/themes/blank/templates/post-project.html b/data/themes/blank/templates/post-project.html
new file mode 100644
index 0000000..3fd5a76
--- /dev/null
+++ b/data/themes/blank/templates/post-project.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang='en-US'>
+ <head>
+ <meta charset="utf-8"/>
+ <title>%{name | h}</title>
+
+ %{styles}
+ </head>
+
+ <body class='guff-post-project'>
+ %{body}
+
+ <p>
+ <a
+ href='%{repo_url|h}'
+ title='View %{name|h} Git repository.'
+ >%{repo_url|h}</a>
+ </p>
+ </body>
+
+ %{scripts}
+</html>