~edwargix/git.sr.ht

4b935740138121d3bfc2301e67049a26870556d8 — Drew DeVault 7 years ago ed9527f
Use layout-full where appropriate
4 files changed, 5 insertions(+), 9 deletions(-)

M gitsrht/templates/dashboard.html
D gitsrht/templates/git.html
M gitsrht/templates/index.html
M gitsrht/templates/repo.html
M gitsrht/templates/dashboard.html => gitsrht/templates/dashboard.html +2 -2
@@ 1,5 1,5 @@
{% extends "git.html" %}
{% block content %}
{% extends "layout.html" %}
{% block body %}
<div class="container">
  <div class="row">
    <div class="col-md-4">

D gitsrht/templates/git.html => gitsrht/templates/git.html +0 -4
@@ 1,4 0,0 @@
{% extends "layout.html" %}
{% block body %} 
{% block content %}{% endblock %}
{% endblock %}

M gitsrht/templates/index.html => gitsrht/templates/index.html +2 -2
@@ 1,5 1,5 @@
{% extends "git.html" %}
{% block content %}
{% extends "layout.html" %}
{% block body %}
<div class="container">
  <div class="row">
    <div class="col-md-8">

M gitsrht/templates/repo.html => gitsrht/templates/repo.html +1 -1
@@ 1,4 1,4 @@
{% extends "git.html" %}
{% extends "layout-full.html" %}
{% block head %}
{% if repo.visibility.value =='unlisted' %}
<meta name="robots" content="noindex">