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,7 +43,9 @@ alllogs:
down:
- docker-compose -f docker-compose.yml down
nbdown: down
blog:
- bundle exec jekyll serve
# runs tests
test:
- python manage.py test --settings=newsblur_web.test_settings apps/analyzer

View file

@ -21,8 +21,9 @@
title: The NewsBlur Blog
email: blog@newsblur.com
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.
A new sound of an old instrument.
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

View file

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