From 2df1263a2a994315a0c752feb27640dcc45234c2 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 13 May 2020 21:14:56 +0200 Subject: using remote theme --- _includes/git-wiki/sections/header/header.html | 57 -------------------------- 1 file changed, 57 deletions(-) delete mode 100644 _includes/git-wiki/sections/header/header.html (limited to '_includes/git-wiki/sections/header/header.html') diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html deleted file mode 100644 index ffbea44..0000000 --- a/_includes/git-wiki/sections/header/header.html +++ /dev/null @@ -1,57 +0,0 @@ -
- - - {% if site.logo_url %} - - {% endif %} - {{ site.title | escape }} - -
-
-
- - {% if site.inc_before_header %} - {% include {{ site.inc_before_header }} %} - {% endif %} - -
- {% if site.logo_url %} - {% include git-wiki/components/logo/logo.html %} - {% else %} -

{{ site.title | escape }}

- {% endif %} -
- - - {% if site.github.is_user_page %} -

View My GitHub Profile

- {% endif %} - - {% if site.show_downloads %} - {% include git-wiki/components/action_btn/downloads.html %} - {% endif %} - - {% if site.show_wiki_pages %} - {% include git-wiki/components/lists/page-list.html %} - {% endif %} - - {% if site.blog_feature and site.show_wiki_posts %} - {% include git-wiki/components/lists/post-list.html %} - {% endif %} - - {% if site.inc_after_header %} - {% include {{ site.inc_after_header }} %} - {% endif %} -
-
- -- cgit