From 71e77de5495d64446951117d70f07f04d1bfa59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=BCrkop?= Date: Tue, 4 Apr 2017 09:47:22 +0200 Subject: [PATCH] Add configuration variable for base path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wird verwendet, um die absoluten Pfade für Abb. in der Seitenleiste dynamischer zu handhaben. --- _layouts/website/page.html | 4 ++-- _layouts/website/summary.html | 2 +- book.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/website/page.html b/_layouts/website/page.html index a125cd2..6457930 100644 --- a/_layouts/website/page.html +++ b/_layouts/website/page.html @@ -1,12 +1,12 @@ {% extends template.self %} {% block body %} - Fork me on GitLab + Fork me on GitLab

{{ config.title }}

- Kursbild + Kursbild {% block book_sidebar %} {% block search_input %}{% endblock %} {% block book_summary %} diff --git a/_layouts/website/summary.html b/_layouts/website/summary.html index ac7e3d9..d3dff11 100644 --- a/_layouts/website/summary.html +++ b/_layouts/website/summary.html @@ -54,7 +54,7 @@
  • - +
    Creative Commons Lizenzvertrag
    Dieses Werk ist lizenziert unter einer Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz. diff --git a/book.json b/book.json index a2dcc83..8adfdfe 100644 --- a/book.json +++ b/book.json @@ -1,4 +1,5 @@ { + "base_path": "https://fizban05.rz.tu-harburg.de/itbh/veranstaltungsskript-inf-sose2017/", "plugins": [ "image-captions", "downloadpdf", "-search" ], -- GitLab