More excerpts

This commit is contained in:
Oliver Davies 2015-06-18 08:58:56 +01:00
parent 262b5dca2f
commit 867d8efef2
25 changed files with 167 additions and 3 deletions

View file

@ -8,6 +8,11 @@ tags:
- drupal
- code
---
{% block excerpt %}
An example .info file for a Drupal 7 theme.
{% endblock %}
{% block content %}
~~~
name = My Theme
description = A description of my theme
@ -37,3 +42,4 @@ stylesheets[print][] = css/print.css
# Add javascript files
styles[] = js/mytheme.js
~~~
{% endblock %}