~edwargix/git.sr.ht

7855057d033c70630b96185a7cc6dd28681ff4ac — Drew DeVault 6 years ago 0fdc372
Remove header from index.html per srht changes
1 files changed, 4 insertions(+), 9 deletions(-)

M gitsrht/templates/index.html
M gitsrht/templates/index.html => gitsrht/templates/index.html +4 -9
@@ 4,7 4,6 @@
  <div class="row">
    {% if current_user %}
    <div class="col-md-4">
      <h2>git</h2>
      <p>
        Welcome back, {{ current_user.username }}!
      </p>


@@ 32,18 31,14 @@
    </div>
    {% else %}
    <div class="col-md-6">
      <h2>git</h2>
      <p>
        Welcome to git.sr.ht. This is a part of the
        Welcome to {{cfg("server", "domain")}}. This is a part of the
        <a href="{{cfg("network", "meta")}}">
          {{cfg("sr.ht", "site-name")}} network
        </a>
        and provides git hosting services to members.
      </p>
      <h3>Features</h3>
      <p>
        Hosts git repos. What more do you want? Also integrates with other
        sr.ht services, none of which actually exist yet.
        and provides git hosting services to members. If you already have an
        account, you can <a href="{{oauth_url}}">log in here</a>. New users can
        <a href="{{cfg("network", "meta")}}">register here</a>.
      </p>
      {% endif %}
    </div>