From c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 19 Dec 2018 17:43:10 +0100 Subject: Various css fixes --- _includes/git-wiki/components/copyrights/copyrights.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '_includes/git-wiki/components/copyrights') diff --git a/_includes/git-wiki/components/copyrights/copyrights.html b/_includes/git-wiki/components/copyrights/copyrights.html index d53ff75..8a2841e 100644 --- a/_includes/git-wiki/components/copyrights/copyrights.html +++ b/_includes/git-wiki/components/copyrights/copyrights.html @@ -1,9 +1,11 @@ {% if site.github.is_project_page %} -

This project is maintained by {{ site.github.owner_name }}

-{% endif %} -

Hosted on GitHub Pages — Powered by Git-Wiki v{{ - version }}

+
+

This project is maintained by {{ site.github.owner_name }}

+ {% endif %} +

Hosted on GitHub Pages — Powered by Git-Wiki v{{ + version }}

-{% if site.github.is_project_page %} -

View the Project on GitHub {{ github_name }}

+ {% if site.github.is_project_page %} +

View the Project on GitHub {{ github_name }}

+
{% endif %} \ No newline at end of file -- cgit