Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
add new page base template
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 8, 2013
1 parent e3c5dc7 commit aaf63e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/page_base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{# This template is for secondary pages on the site, and uses the smaller header. #}
{% extends 'site_base.html' %}
{% load static %}

{% block header %}
<header class="secondary">
<a href="{% url 'site-index' %}"><img src="{% static 'img/serendipo_small.png' %}" alt="Serendip-o-matic" /></a>
<h1 class="header" style="margin-top: 70px">Serendip<span>-o-</span>matic</h1>
<h2 class="tagline">Let your sources surprise you.</h2>
</header>
{% endblock %}


{% block footer-attrs %}style="margin-left:-30px;"{%endblock %}

0 comments on commit aaf63e3

Please sign in to comment.