From 7639cf58a397f697aa4f69748af57770737002b6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 25 2014 15:21:50 +0000 Subject: Adjust the title of the page s/Wiki/Docs/ --- diff --git a/progit/templates/wiki.html b/progit/templates/wiki.html index 066fc62..ec63a26 100644 --- a/progit/templates/wiki.html +++ b/progit/templates/wiki.html @@ -1,6 +1,6 @@ {% extends "repo_master.html" %} -{% block title %}Wiki - {{ repo.name }}{% endblock %} +{% block title %}Docs - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %}