Use ng-show for splash section, otherwise navigation breaks tweet block

This commit is contained in:
Steve Purcell 2013-08-25 11:56:08 +01:00
parent e430f3adf4
commit 1e9894c9c3

View file

@ -29,7 +29,7 @@
</div>
</header>
<main class="container">
<div ng-if="showSplash">
<div ng-show="showSplash">
<!-- This content is handled separately from the main view for the benefit of bots and initial page load -->
<section class="page-header">
<h1>MELPA <small>(Milkypostmans Emacs Lisp Package Archive)</small></h1>