diff --git a/app.py b/app.py index d0dd49e..960e63a 100644 --- a/app.py +++ b/app.py @@ -18,9 +18,8 @@ from flask import ( render_template, send_from_directory) from werkzeug.routing import BaseConverter from peewee import * -import ( - csv, datetime, hashlib, html, importlib, json, markdown, os, random, re, - sys, uuid, warnings) +import csv, datetime, hashlib, html, importlib, json, markdown, os, random, \ + re, sys, uuid, warnings from functools import lru_cache, partial from urllib.parse import quote from configparser import ConfigParser diff --git a/static/style.css b/static/style.css index 4dcdcf4..4dd390e 100644 --- a/static/style.css +++ b/static/style.css @@ -3,6 +3,7 @@ body{font-family:sans-serif} .content{margin: 3em 1.3em} /* content styles */ +#firstHeading {font-family: 'Oswald','Anton','Impact',sans-serif; text-align: center;font-size:3em} .inner-content{font-family:serif; margin: 1.7em auto; max-width: 1280px; line-height: 1.9; color: #1f2528} .inner-content em,.inner-content strong{color: black} .inner-content h1{color: #99081f} diff --git a/templates/view.html b/templates/view.html index 10f7f5a..eb15f68 100644 --- a/templates/view.html +++ b/templates/view.html @@ -5,7 +5,7 @@ {% block json_info %}{% endblock %} {% block content %} -

{{ p.title }}

+

{{ p.title }}

{{ T('last-changed') }} {{ rev.human_pub_date() }} ยท