Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
update base wiki template
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyFaist committed Apr 30, 2019
1 parent 1560db8 commit 741a137
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/wiki/base.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{% extends "wiki/base_site.html" %}
{% load sekizai_tags %}

{% block wiki_site_title %} - DynoWiki {% endblock %}

{% block wiki_header_branding %}
{% addtoblock "css" %}
<link href="/static/dynowiki/css/custom.css" rel="stylesheet" type="text/css" />
{% endaddtoblock %}
<img src="/static/dynowiki/img/heroku-logo-solid-white-transparent.png" alt="Heroku" height="60" width="60">

{% endblock %}

{% block wiki_header_navlinks %}
{% addtoblock "css" %}
<link href="/static/dynowiki/css/custom.css" rel="stylesheet" type="text/css" />
{% endaddtoblock %}
<ul class="nav navbar-nav">
<li class="active"><a href="{% url 'wiki:root' %}" style="background-color: transparent">Home</a></li>
</ul>
{% endblock %}

0 comments on commit 741a137

Please sign in to comment.