Skip to content

Commit 4a7eea0

Browse files
authored
Merge pull request #83 from stanford-rc/feed
config: Explicitly set URL for jekyll-feed
2 parents 41b175f + 93d926a commit 4a7eea0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ feed:
123123
excerpt_only: true
124124
icon: "/assets/globussquare.png"
125125

126+
# It looks like jekyll-feed is not automatically setting the URL for posts.
127+
# So, set the URL explicitly.
128+
url: https://globus.stanford.edu
129+
126130
# These are Jekyll plugins that we enable.
127131
# NOTE: We can only use plugins that GitHub makes available.
128132
# The list is here: https://pages.github.com/versions/

0 commit comments

Comments
 (0)