diff options
-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 }} |