aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-08 22:23:36 +0200
committerGravatar GitHub <noreply@github.com> 2016-10-08 22:23:36 +0200
commitbaa091fa0a8635b2fe2393f31bc61e12f0ed9a68 (patch)
tree1e17e114e692e43da0085750d5fa86d1bd23ef68 /data
parentd6ca6e085e5062cdb544e22805334a90827638b0 (diff)
parent79696f31adde2a3e0a224294104b19ccc77565cc (diff)
Merge pull request #1294 from Alkarex/meta-description
Meta description option
Diffstat (limited to 'data')
-rw-r--r--data/config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index af1482d03..d3cd3bf22 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -27,6 +27,9 @@ return array(
# Title of this FreshRSS instance in the Web user interface.
'title' => 'FreshRSS',
+ # Meta description used when `allow_robots` is true.
+ 'meta_description' => '',
+
# Name of the user that has administration rights.
'default_user' => '_',