diff --git a/pelicanconf.py b/pelicanconf.py index 0823a23..ce34362 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -36,7 +36,7 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -DEFAULT_PAGINATION = 500 +DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css new file mode 100644 index 0000000..e6cc84b --- /dev/null +++ b/theme/wttf/static/main.css @@ -0,0 +1,4 @@ +article { + max-width: 49%; + float: left; +} \ No newline at end of file diff --git a/theme/wttf/templates/base.html b/theme/wttf/templates/base.html index db5476b..68b0862 100644 --- a/theme/wttf/templates/base.html +++ b/theme/wttf/templates/base.html @@ -4,7 +4,9 @@ {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} - {% if FEED_ALL_ATOM %} + + + {% if FEED_ALL_ATOM %} {% endif %} {% if FEED_ALL_RSS %}