diff --git a/_config.yml b/_config.yml index 9c13fcb..f28ff3f 100644 --- a/_config.yml +++ b/_config.yml @@ -13,10 +13,10 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Potassco, the Potsdam Answer Set Solving Collection +title: Potassco - the Potsdam Answer Set Solving Collection #email: your-email@domain.com description: > - Tools for Answer Set Programming developed at the University of Potsdam. + The Potsdam Answer Set Solving Collection developed at the University of Potsdam. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site diff --git a/_includes/footer.html b/_includes/footer.html index 2c9b41d..40fc0d0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,39 +1,61 @@ {% assign custom_url = site.url | append: site.baseurl %} diff --git a/_includes/head.html b/_includes/head.html index aa59fbf..09dc4b7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,6 +11,7 @@ {% assign full_base_url = custom_url | default: site.github.url %} + {% for css in page.css %} {% endfor %} diff --git a/_includes/header.html b/_includes/header.html index e659f45..89dece2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,10 +4,9 @@ {% assign custom_url = site.url | append: site.baseurl %} {% assign full_base_url = site.github.url | default: custom_url %} - - {{ site.title | escape }} + -