Skip to content

Commit 7a0ce7f

Browse files
committed
defaults is a list
1 parent b9e3833 commit 7a0ce7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: researchobject.org
33
44
description: > # this means to ignore newlines until "baseurl:"
5-
ResearchObject.org is a community site aimed at gathering information, ideas, and interest around the topic of modernizing scholarly publication.
5+
ResearchObject.org is a community site aimed at gathering information, ideas, and interest around the topic of modernizing scholarly publication.
66
author: The Research Object community is coordinated by the eScience Lab at The University of Manchester, UK
77
#baseurl: "" # the subpath of your site, e.g. /blog
88
#url: "https://www.esciencelab.org.uk" # the base hostname & protocol for your site
@@ -21,8 +21,7 @@ plugins:
2121
- jekyll-redirect-from
2222
- jekyll-remote-theme
2323

24-
# See https://github.com/daattali/beautiful-jekyll/blob/master/_config.yml
25-
24+
# See https://github.com/daattali/beautiful-jekyll/blob/master/_config.yml
2625

2726
logo: /images/logo.png
2827
round-avatar: false
@@ -41,12 +40,12 @@ navbar-links:
4140
Related: "initiative"
4241
About: "about"
4342

44-
date_format: "%-d %B %Y"
43+
date_format: "%-d %B %Y"
4544

4645
collections:
4746
initiative:
4847
output: true
4948
permalink: /:collection/:path/ # Note, trailing / needed to avoid .html
5049

5150
defaults:
52-
before-content: banner.html
51+
- before-content: banner.html

0 commit comments

Comments
 (0)