From 571a30048859b86f0195fed1d85013c93e57aecf Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 28 May 2014 16:15:18 -0400 Subject: Moved base repo to Bitbucket. --- .templates/base.html | 2 +- .templates/document.html | 4 ++-- .templates/listing.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.templates/base.html b/.templates/base.html index d13e17a..1365c2c 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -53,7 +53,7 @@ {{ config['wiki-name']|e }} — {% endif %} Powered by Markdoc. - {% block github_info %} + {% block scm_info %} See it on GitHub. {% endblock %}

diff --git a/.templates/document.html b/.templates/document.html index 2ccc18c..1c8dd14 100644 --- a/.templates/document.html +++ b/.templates/document.html @@ -25,6 +25,6 @@ {% endblock %} -{% block github_info %} -See this page on GitHub (history). +{% block scm_info %} +See this page on Bitbucket (history). {% endblock %} \ No newline at end of file diff --git a/.templates/listing.html b/.templates/listing.html index 71c9b31..6365790 100644 --- a/.templates/listing.html +++ b/.templates/listing.html @@ -39,6 +39,6 @@ {% endblock %} -{% block github_info %} -See this directory on GitHub (history). +{% block scm_info %} +See this directory on Bitbucket. {% endblock %} -- cgit v1.2.3