From 4d4e869f0283038b9710f2d184799a1f06dde6d1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 6 Jan 2017 18:52:12 +0100 Subject: [PATCH] Add titles to links in footer --- material/partials/footer.html | 4 ++-- src/partials/footer.html | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/material/partials/footer.html b/material/partials/footer.html index bdd6ca1c3..dde15d45c 100644 --- a/material/partials/footer.html +++ b/material/partials/footer.html @@ -45,9 +45,9 @@ {% endif %} powered by - MkDocs + MkDocs and - + Material for MkDocs {% block social %} diff --git a/src/partials/footer.html b/src/partials/footer.html index 3106def9c..5a0008905 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -32,7 +32,8 @@ {% if page.previous_page %} - MkDocs + MkDocs and - + Material for MkDocs