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:
parent
f44a43c1e9
commit
84881524d7
1 changed files with 12 additions and 11 deletions
|
@ -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 DNC’s 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 week’s 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'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue