Skip to content

Commit

Permalink
remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Jan 24, 2020
1 parent a019088 commit c4ec571
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ lang: "en"

sidebar: true # show a sidebar instead of the usual header
show_excerpts: false # show article excerpts on the home page
show_footer: false # show the "previous" and "next" links at the end of each post
dark_header: false # keep the top-header dark
hide_title: false # hide the site title in the header
minimal: false # minima-inspired style without box-shadows
Expand Down
7 changes: 0 additions & 7 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ <h1><a href="{{ page.url | relative_url }}">{{ page.title }}</a></h1>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
{% endif %}
</article>

{% if site.show_footer and page.previous.url or page.next.url %}
<footer>
{% if page.next.url %}<a href="{{ page.next.url | relative_url }}">« {{ page.next.title }}</a>{% else %}<span></span>{% endif %}
{% if page.previous.url %}<a href="{{ page.previous.url | relative_url }}">{{ page.previous.title }} »</a>{% else %}<span></span>{% endif %}
</footer>
{% endif %}
10 changes: 0 additions & 10 deletions assets/css/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,3 @@ body > header
border-bottom: 1px solid reduce(16)

{% endif %}

{% if site.show_footer or site.show_excerpts %}

body > footer
color: reduce(100)
box-shadow: {% if site.minimal %}none{% else %}0 0 .6em rgba($dark, 0.04) inset{% endif %}
padding-top: 2em
padding-bottom: 2em

{% endif %}

0 comments on commit c4ec571

Please sign in to comment.