From d5378562ff94d2bf6acf2659e1961a1ff35856ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 17:28:26 -0800 Subject: pds: template tweaks --- adenosine-pds/templates/about.html | 11 +++++++++-- adenosine-pds/templates/adenosine.css | 2 +- adenosine-pds/templates/at_collection.html | 4 ++-- adenosine-pds/templates/at_record.html | 4 ++-- adenosine-pds/templates/at_repo.html | 8 ++++---- adenosine-pds/templates/error.html | 1 + adenosine-pds/templates/home.html | 4 ++-- 7 files changed, 21 insertions(+), 13 deletions(-) diff --git a/adenosine-pds/templates/about.html b/adenosine-pds/templates/about.html index 6c30c6b..ff00c30 100644 --- a/adenosine-pds/templates/about.html +++ b/adenosine-pds/templates/about.html @@ -1,6 +1,13 @@ {% extends "base.html" %} -{% block content %} -This about page is the kind of place one would put policies, license details, etc. +{% block main %} +

about adenosine

+ +

This is an experimental "personal data server" instance of the atproto social media protocol. It is running the +open-source hobby-grade adenosine software, which may +or may not be compatible with other implementations like the official Bluesky +client/network. {% endblock %} diff --git a/adenosine-pds/templates/adenosine.css b/adenosine-pds/templates/adenosine.css index 9a0f890..136bce4 100644 --- a/adenosine-pds/templates/adenosine.css +++ b/adenosine-pds/templates/adenosine.css @@ -690,7 +690,7 @@ p.counts { } .repo_aturi, .repo_aturi a, .repo_aturi a:visited { color: var(--code); - font-size: smaller; + font-size: small; overflow: auto; font-weight: bold; } diff --git a/adenosine-pds/templates/at_collection.html b/adenosine-pds/templates/at_collection.html index 670cb0d..a7363a6 100644 --- a/adenosine-pds/templates/at_collection.html +++ b/adenosine-pds/templates/at_collection.html @@ -1,10 +1,10 @@ {% extends "base.html" %} {% block main %} -

ATP Repository Explorer

+

atp repository explorer

at://{{ did }}/{{ collection }}/
-

Records

+

records