0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated placeholder content

This commit is contained in:
Sanne de Vries 2022-07-05 16:21:07 +02:00
parent f44a43c1e9
commit 84881524d7

View file

@ -192,38 +192,39 @@ function AuthorResults({authors}) {
function SearchResultBox() { function SearchResultBox() {
const tags = [ const tags = [
{ {
title: 'Lifestyle' title: 'Nomad life'
}, },
{ {
title: 'Business' title: 'Technology'
} }
]; ];
const posts = [ const posts = [
{ {
title: 'The DNCs Disastrous Post-Roe Message', title: 'How to ergonomically optimize your workspace',
excerpt: 'Democrats first stab at warning voters about the GOP threat with harpoons and guns and knives and rifles' excerpt: 'Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.'
}, },
{ {
title: 'Roberts Started A Revolution, Dems Enabled It', title: 'The economical advantage of design',
excerpt: 'New data show the end of pandemic relief coincided with a 49 percent increase in the number of families struggling to survive.' excerpt: 'New data show the end of pandemic relief coincided with a 49 percent increase in the number of families struggling to survive.'
}, },
{ {
title: 'Ending Pandemic Aid Created A Disaster', title: 'When tech brands get illustration right',
excerpt: 'On this weeks Lever Time: David goes deep into SCOTUS, including exposing the dark money network that has been bankrolling conservative judicial nominees.' excerpt: 'Leverage agile frameworks to provide a robust synopsis for high level overviews.'
} }
]; ];
const authors = [ const authors = [
{ {
name: 'Peter Johnson', name: 'Norman Foster'
avatar: 'https://cdn.hackaday.io/images/resize/600x600/5814431501695533979.jpeg'
}, },
{ {
name: 'Robert Smith' name: 'John O\'Nolan',
avatar: 'https://pbs.twimg.com/profile_images/1064595509472456704/XyL-qE64_400x400.jpg'
}, },
{ {
name: 'David Jensen' name: 'Ann Jensen'
} }
]; ];