I word like the add the word "Summary:" before the_excerpt.
When I simply do this:
Summary: <?php the_excerpt(); ?>
The result is this:
Summary: <p>Video and photos of what a lightning arrestor does for a solar panel system.</p>
Which means the word "Summary" is on a different line than "the_excerpt".
I have tried several different things but I can't get it all on the same line. Any ideas?