diff options
author | EuAndreh <eu@euandre.org> | 2021-08-17 17:26:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-17 17:27:29 -0300 |
commit | d3eae3464fdd22c2459d85cfe04175c1d86bb231 (patch) | |
tree | 1c82edb4a737ff148c5b95813b4f1f37c495b9ef /tests/resources/assets/refs.html | |
parent | TODOs.md: Add #question-87b2068f-85dd-25e9-b0c6-5e41fbbb04ca (diff) | |
download | gistatic-d3eae3464fdd22c2459d85cfe04175c1d86bb231.tar.gz gistatic-d3eae3464fdd22c2459d85cfe04175c1d86bb231.tar.xz |
src/gistatic.c: Split alt messages of index and repository pages
Diffstat (limited to 'tests/resources/assets/refs.html')
-rw-r--r-- | tests/resources/assets/refs.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/resources/assets/refs.html b/tests/resources/assets/refs.html index be93bda..deb20bb 100644 --- a/tests/resources/assets/refs.html +++ b/tests/resources/assets/refs.html @@ -12,7 +12,9 @@ <body> <header> <div class="header-horizontal-grouping"> - <img alt="Logo image of the repository list" class="logo" src="logo.svg" /> + <a href="../"> + <img alt="Logo image of the repository" class="logo" src="logo.svg" /> + </a> <div class="header-description"> <h1> repo-1 |