Oz N Tiram 9 gadi atpakaļ
vecāks
revīzija
488677fc53
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      templates/about.html
  2. 1 1
      templates/entry.html

+ 1 - 1
templates/about.html

@@ -2,7 +2,7 @@
 {% block title %} {{ entry.title }} {% endblock %}
 {% block content %}
 <div class="index">
-<h1>{{ entry.title }}</h1>
+<h2>{{ entry.title }}</h2>
   {{ entry.body_html }}
 </div>
 {% endblock content %}

+ 1 - 1
templates/entry.html

@@ -2,7 +2,7 @@
 {% block title %} {{ entry.title }} {% endblock %}
 {% block content %}
 <div class="index">
-	<div id="header" class="published"><a href="{{site_url}}">{{ entry.author }}</a> &ndash; {{ entry.publish_date }}</div>
+	<div id="header" class="published"><a href="{{site_url}}">{{ entry.author }}</a> &ndash; {{ entry.publish_date.strftime("%B %d, %Y") }}</div>
 	<h1>{{ entry.title }}</h1>
 	{{ entry.body_html }}
 	<div class="tags">