From 564424cb222c295e7d868b0f60b80078aa62584d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 5 Jun 2019 21:37:28 -0700 Subject: big rewrite of front page; needs polish and testing --- python/fatcat_web/templates/about.html | 4 +- python/fatcat_web/templates/base.html | 2 + python/fatcat_web/templates/home.html | 132 ++++++++++++++++++++++++++------- 3 files changed, 111 insertions(+), 27 deletions(-) diff --git a/python/fatcat_web/templates/about.html b/python/fatcat_web/templates/about.html index 5c398bbe..a760ff0c 100644 --- a/python/fatcat_web/templates/about.html +++ b/python/fatcat_web/templates/about.html @@ -1,7 +1,9 @@ {% extends "base.html" %} {% block body %} -

About Fatcat

+ + +

Fatcat is versioned, publicly-editable catalog of research publications: journal articles, conference proceedings, pre-prints, blog posts, and so forth. diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 94344d8c..ceebf510 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -76,6 +76,7 @@ +{% block fullmain %}

{% with messages = get_flashed_messages() %} @@ -97,6 +98,7 @@ {% endblock %}
+{% endblock %}