So here is a better one. A very good description can be found here. But we adapt it to Nexus5: neat, tidy and elegant.
We basically say, if the user is on the home page, please show the Featured Section (which we have named Welcome). If not please show the blog entries.
Go to the Layout - Edit HTML and find the section with id='content'
The main wrapper will look something like this:
[...]
Edit the template so that you get this:
[...]
Basically, move the end if tag below the end /section.
Instead of the old if tag, replace it with an else/ statement belo the end of the #featured section.
Oh and you should probably increase the number of characters displayed. Amanda hast set the number "numchars = 200". Why not tripeling that number?