diff --git a/_config.yml b/_config.yml index 14f6f4d885cf22c7daf2304a20a1b7058e64e9d5..f7c6a6a9e630cdf2aaf2c4800ff56c1f3a6b62d2 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,7 @@ collections: # Custom vars version: 0.3.0 -repository: kwarc/website +repository: https://gl.kwarc.info/kwarc/website tagfolder: tag materialize: materialize @@ -62,4 +62,4 @@ defaults: scope: path: "" # an empty string here means all files in the project values: - hidden: false \ No newline at end of file + hidden: false diff --git a/_includes/footer.html b/_includes/footer.html index 901603c321832d0486571783283a90c3face6be2..d30aacf518da27bdbbe8961537e4b7d84d720daf 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -24,8 +24,8 @@ </div> <div class="col l2 s12"> - <h5 class="white-text">For editors</h5> - <a href="{{ site.github.zip_url | replace: 'zipball','edit' }}/{% if page.source %}{{ page.source }}{% else %}{{ page.path }}{% endif %}" title="Edit this page" class="waves-effect waves-teal btn-flat"> + <h5 class="white-text">Editing</h5> + <a href="{{site.repository}}/{% if page.source %}{{ page.source }}{% else %}{{ page.path }}{% endif %}" title="Edit this page" class="waves-effect waves-teal btn-flat"> <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page </a> @@ -46,4 +46,4 @@ </span> </div> </div> -</footer> \ No newline at end of file +</footer>