mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Cleaning up footer.
This commit is contained in:
parent
3b1bec7095
commit
7658e59792
3 changed files with 6 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue