From 08ff00c29ea05a41ef8b9c656b1bbd6e69363768 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 2 Jan 2017 13:45:43 +1100 Subject: Retargeted git page link to where cgit will be --- project/complexity.yml | 1 - project/templates/base.html | 2 +- project/templates/git.html | 8 -------- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 project/templates/git.html (limited to 'project') diff --git a/project/complexity.yml b/project/complexity.yml index c67a7b2..5db7ecc 100644 --- a/project/complexity.yml +++ b/project/complexity.yml @@ -10,7 +10,6 @@ output_dir: "../www" # I don't know why the hell anyone thought hiding the .html was a good idea unexpanded_templates: - "about.html" - - "git.html" - "grasp.html" - "thue2a.html" diff --git a/project/templates/base.html b/project/templates/base.html index 7a215a4..cd9dc01 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -12,7 +12,7 @@
diff --git a/project/templates/git.html b/project/templates/git.html deleted file mode 100644 index 02cc3de..0000000 --- a/project/templates/git.html +++ /dev/null @@ -1,8 +0,0 @@ - -{% extends "base.html" %} - -{% block title %}Git{% endblock %} - -{% block content %} -

Content for git page goes here

-{% endblock %} -- cgit