Skip to content
Snippets Groups Projects
Commit 4e96291e authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

edit link

parent 774b7046
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ collections: ...@@ -36,7 +36,7 @@ collections:
# Custom vars # Custom vars
version: 0.3.0 version: 0.3.0
repository: kwarc/website repository: https://gl.kwarc.info/kwarc/website
tagfolder: tag tagfolder: tag
materialize: materialize materialize: materialize
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
</div> </div>
<div class="col l2 s12"> <div class="col l2 s12">
<h5 class="white-text">For editors</h5> <h5 class="white-text">Editing</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"> <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 <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment