From 4e96291e496cc7dfd8a7798c8709b38d2d447a83 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Tue, 9 May 2017 07:47:13 +0200 Subject: [PATCH] edit link --- _config.yml | 4 ++-- _includes/footer.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 14f6f4d..f7c6a6a 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 901603c..d30aacf 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> -- GitLab