diff --git a/website/static/style.css b/website/static/style.css index 1925b00b..1a01501e 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -108,7 +108,7 @@ a:hover { color: var(--accent-hover); text-decoration: underline; } } .hero-sub { - font-size: var(--text-sm); + font-size: var(--text-base); color: var(--text-secondary); line-height: 1.6; margin-bottom: 0.5rem; diff --git a/website/templates/index.html b/website/templates/index.html index 9d3334f2..4a91ecb0 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -1,15 +1,20 @@ -{% extends "base.html" %} -{% block content %} +{% extends "base.html" %} {% block content %}

Awesome Python

- {{ subtitle }}
Curated by + {{ subtitle }}
Maintained by @vinta - since 2014. + and + @JinyangWang27.

- {% if entry.last_commit_at %}{% else %}—{% endif %} + + {% if entry.last_commit_at %}{% else %}—{% endif %} +