diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 16:30:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 16:30:14 -0700 |
commit | b6866c2c2bbcd5501e9d3fe073adfa65e5464aa0 (patch) | |
tree | 9c52e0cb51f2b29b944753a4f6874e9ded5286c4 /fatcat_scholar/templates/about.html | |
parent | 3e5a27fa17877efa9d6acfac132edb5cfa14af96 (diff) | |
download | fatcat-scholar-b6866c2c2bbcd5501e9d3fe073adfa65e5464aa0.tar.gz fatcat-scholar-b6866c2c2bbcd5501e9d3fe073adfa65e5464aa0.zip |
mobile CSS/style changes, and other small UI tweaks
Diffstat (limited to 'fatcat_scholar/templates/about.html')
-rw-r--r-- | fatcat_scholar/templates/about.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html new file mode 100644 index 0000000..ad984ce --- /dev/null +++ b/fatcat_scholar/templates/about.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block main %} +<h1>Some About Content</h1> + +<p>Lorem ipsum +{% endblock %} |