blob: b4bef7e79a21e9fa2caf8c6546a45e553084a758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
layout: page
---
{% assign author = site.authors[page.author] %}
<div class="post">
<div class="blog-post-header">
<h1 class="blog-title">{{ page.title }}</h1>
<p class="meta">by {{ author.display_name }}, on {{ page.date | date: "%-d %B %Y" }}</p>
</div>
{{ content }}
<hr>
<p>If you have any questions, or problems installing the code, please do
<a href="/community/">get in touch</a>, or post on our
<a href="https://groups.google.com/a/mysociety.org/forum/#!forum/fixmystreet">mailing list</a>.
</div>
|