Cleaning up footer.

This commit is contained in:
Samuel Clay 2021-06-21 22:39:56 -04:00
parent 3b1bec7095
commit 7658e59792
3 changed files with 6 additions and 3 deletions

View file

@ -43,6 +43,8 @@ alllogs:
down: down:
- docker-compose -f docker-compose.yml down - docker-compose -f docker-compose.yml down
nbdown: down nbdown: down
blog:
- bundle exec jekyll serve
# runs tests # runs tests
test: test:

View file

@ -21,8 +21,9 @@
title: The NewsBlur Blog title: The NewsBlur Blog
email: blog@newsblur.com email: blog@newsblur.com
tagline: A new sound of an old instrument tagline: A new sound of an old instrument
description: >- # this means to ignore newlines until "baseurl:" description: > # this means to ignore newlines until "baseurl:"
NewsBlur is a personal news reader that brings people together to talk about the world. NewsBlur is a personal news reader that brings people together to talk about the world.
A new sound of an old instrument. A new sound of an old instrument.
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "" # the subpath of your site, e.g. /blog
url: "https://blog.newsblur.com" # the base hostname & protocol for your site, e.g. http://example.com url: "https://blog.newsblur.com" # the base hostname & protocol for your site, e.g. http://example.com

View file

@ -26,7 +26,7 @@
</div> </div>
<div class="footer-col footer-col-3"> <div class="footer-col footer-col-3">
<p>{{- site.description | escape -}}</p> <p>{{ site.description | newline_to_br }}</p>
</div> </div>
</div> </div>