roryg / ghostwriter

A simple AJAX driven Ghost theme.
MIT License
869 stars 360 forks source link

How to make "Browse Posts" the default landing page #74

Closed jackmaht closed 9 years ago

jackmaht commented 9 years ago

Hi,

I love the theme so far, but am wondering if there is the ability to make the "Browse Posts" option the default when you land on the main page. How can this be done?

Best,

Jack

Gheek commented 9 years ago

Just comment out lines 31-32 of script.js in /assets/js/ :

// $latestPost.show();
// $postIndex.hide(); 
jackmaht commented 9 years ago

Perfect. Thank you @Gheek !