[postgis-tickets] r14322 - display author name in meta data of post

Regina Obe lr at pcorp.us
Sun Oct 25 16:40:58 PDT 2015


Author: robe
Date: 2015-10-25 16:40:58 -0700 (Sun, 25 Oct 2015)
New Revision: 14322

Modified:
   web/_content/templates/post.html
Log:
display author name in meta data of post

Modified: web/_content/templates/post.html
===================================================================
--- web/_content/templates/post.html	2015-10-25 23:08:32 UTC (rev 14321)
+++ web/_content/templates/post.html	2015-10-25 23:40:58 UTC (rev 14322)
@@ -4,7 +4,7 @@
 <h1>{{ page.title }}</h1>
 
 <p class="post-meta">
-	<span class="post-date">{{ page.date }} {{ page.time }}</span>
+	Author: <span class="post-author">{{ page.author }}</span>  <span class="post-date">{{ page.date }} {{ page.time }}</span>
 	{% if page.category %}
 		in <span class="post-cat"><a href="{{ pccaturl(page.category) }}">{{ page.category }}</a></span>
 	{% endif %}



More information about the postgis-tickets mailing list