We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341d29a commit eb044a8Copy full SHA for eb044a8
1 file changed
pages-layout/_layouts/default.html
@@ -31,8 +31,11 @@ <h1>
31
contractual agreements. <br> This description is published by <a
32
href="https://riege.com">Riege Software</a> under <a href="{{ "
33
/assets/files/license.txt?v=" | append: site.github.build_revision | relative_url }}">UPL
34
- license</a>. <a href="https://www.riege.com/imprint/">Imprint</a> <a
35
- href="https://www.riege.com/privacy/">Privacy</a>
+ license</a>. <a href="https://www.riege.com/imprint/">Imprint</a>. <a
+ href="https://www.riege.com/privacy/">Privacy</a>. <br> {% if
36
+ site.github.is_project_page %} <a
37
+ href="{{ site.github.repository_url }}"><small>View
38
+ project on GitHub</small></a> {% endif %}
39
</p>
40
</div>
41
0 commit comments