Files
pelican-themes/Just-Read/templates/page.html
Natalia Ventre aa50023c67 Style for tags, codehilite, social icons
Added CSS styles for tags, color scheme for code highlighting, social links and icons, and improvements in the archive page.
2012-02-17 15:29:33 -02:00

10 lines
262 B
HTML

{% extends "base.html" %}
{% block title %}{{ page.title }}- {{ SITENAME }}{% endblock %}
{% block content %}
<div role="main" class="content clearfix">
<div class="post wrapper">
<h1>{{ page.title }}</h1>
{{ page.content }}
</div>
</div>
{% endblock %}