update config and layouts

This commit is contained in:
Brian Delhaisse
2019-10-07 16:08:13 +02:00
parent 4d005ffc90
commit c063680ab6
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
theme: jekyll-theme-cayman
title: PyRoboLearn
description: A Python Framework for Robot Learning Practitioners
examples: https://github.com/robotlearn/pyrobolearn/tree/master/examples
+1 -1
View File
@@ -27,7 +27,7 @@
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
<a href="{{ page.examples }}" class="btn">View Examples</a>
<a href="https://github.com/robotlearn/pyrobolearn/tree/master/examples" class="btn">View Examples</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>