DuckDuckGo Goodie: Fixed link to blog (#3897)

master
Daniel Davis 2017-01-29 05:31:05 +09:00 committed by Zaahir Moolla
parent 3309758c1d
commit 7396b3ac15
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ bangs:
blog:
title: "Want to stay up to date with DuckDuckGo?"
subtitle: "Visit the official DuckDuckGo blog"
url: https://duck.co/blog
url: https://spreadprivacy.com/
chrome:
title: "Need help with the Chrome browser?"
subtitle: "Visit the DuckDuckgo help page for Chrome"

View File

@ -29,13 +29,13 @@ my @about_result = (
}
});
my @blog_result = (
'Want to stay up to date with DuckDuckGo? https://duck.co/blog',
'Want to stay up to date with DuckDuckGo? https://spreadprivacy.com/',
structured_answer => {
data => {
title => 'Want to stay up to date with DuckDuckGo?',
subtitle_image => undef,
subtitle_text => 'Visit the official DuckDuckGo blog',
subtitle_url => 'https://duck.co/blog'
subtitle_url => 'https://spreadprivacy.com/'
},
templates => {
group => 'text',