Sha256: a50c37cbfc388fd6ca0795c5d150502ab49d7c8d090b808e92f3a4f586c4d2c8

Contents?: true

Size: 842 Bytes

Versions: 1

Compression:

Stored size: 842 Bytes

Contents

<div id="top-box">
  <div class="container">
    <div class="custom">
      <div id="exchange-rates">
        {% if site.exchange-rates.usd %} {% include body/header/exchange-rates/usd.html %} {% endif %}
      </div>
      <div id="sign-in">
        <span id="sign-in-welcome" class="hidden-xs"></span>
        <strong id="sign-in-name"></strong>
        <a id="login-button" class="btn btn-xs btn-warning hide" href="/login/?mode=select&signInSuccessUrl={{ page.url }}">{{ site.data.i18n.common.firebase[site.lang].login.title }}</a>
        <button id="logout-button" class="btn btn-xs btn-warning hide">{{ site.data.i18n.common.firebase[site.lang].logout.title }}</button>
      </div>
    </div>
    <script>
      jQuery(document).ready(function(){
        jQuery("body").addClass("hidden-top");
      });
    </script>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-marketing-0.5.0 _includes/body/header/top-bar.html