diff options
author | xengineering <me@xengineering.eu> | 2022-07-17 14:22:18 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-07-17 14:22:18 +0200 |
commit | 558b04421231e417688e15c41cc23ec572b95c8c (patch) | |
tree | a17e5d7c1659b919fb2879f3430e48e119db0790 | |
parent | 6f633970a4bdb5fbf44168047adfa3e89aba350b (diff) | |
download | website-558b04421231e417688e15c41cc23ec572b95c8c.tar website-558b04421231e417688e15c41cc23ec572b95c8c.tar.zst website-558b04421231e417688e15c41cc23ec572b95c8c.zip |
Improve headline text
-rw-r--r-- | themes/bare/layouts/git/list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/bare/layouts/git/list.html b/themes/bare/layouts/git/list.html index be97eb3..7d86fa8 100644 --- a/themes/bare/layouts/git/list.html +++ b/themes/bare/layouts/git/list.html @@ -24,7 +24,7 @@ <p>This page shows all of my Git repositories. They are ordered by their state attribute, which is defined in each section.</p> - <h4>Active repositories</h4> + <h4>Active</h4> <p>The content of active repositories can be used right now.</p> <ul> {{- range.Pages }} @@ -34,7 +34,7 @@ {{ end -}} </ul> - <h4>Experimental repositories</h4> + <h4>Experimental</h4> <p>Experimental repositories are not ready to be used but maybe interesting enough to have a look at it.</p> <ul> {{- range.Pages }} @@ -44,7 +44,7 @@ {{ end -}} </ul> - <h4>Archived repositories</h4> + <h4>Archived</h4> <p>Archived repositories will not be improved in the future unless the state will change.</p> <ul> {{- range.Pages }} |