diff options
Diffstat (limited to 'project/templates')
| -rw-r--r-- | project/templates/base.html | 2 | ||||
| -rw-r--r-- | project/templates/git.html | 8 | 
2 files changed, 1 insertions, 9 deletions
| 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 @@          <ul>              <li><a href="/">Index</a></li>              <li><a href="/about.html">About</a></li> -            <li><a href="/git.html">Git</a></li> +            <li><a href="/cgit" target="_blank">Git</a></li>          </ul>      </nav>      <hr> 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 %} -    <p>Content for git page goes here</p> -{% endblock %} | 
