1
0
Fork 0

making the feed fulltext

This commit is contained in:
Rigel Kent 2018-05-11 23:13:20 +02:00 committed by Chocobozzz
parent 7fb39378d8
commit 82ddca10b7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function initFeed () {
return new Feed({
title: CONFIG.INSTANCE.NAME,
description: CONFIG.INSTANCE.SHORT_DESCRIPTION,
description: CONFIG.INSTANCE.DESCRIPTION,
// updated: TODO: somehowGetLatestUpdate, // optional, default = today
id: webserverUrl,
link: webserverUrl,