mirror of
https://github.com/correl/melpa.git
synced 2024-11-25 11:09:50 +00:00
Use ng-show for splash section, otherwise navigation breaks tweet block
This commit is contained in:
parent
e430f3adf4
commit
1e9894c9c3
1 changed files with 1 additions and 1 deletions
|
@ -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>(Milkypostman’s Emacs Lisp Package Archive)</small></h1>
|
||||
|
|
Loading…
Reference in a new issue