Skip to content

Commit 8eb1edb

Browse files
meldraprogval
andauthored
Apply suggestions from code review
Co-authored-by: Val Lorentz <[email protected]>
1 parent 296d046 commit 8eb1edb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/news.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Download File
1717
run: |
18-
curl https://www.softwareheritage.org/tag/codemeta/feed/ --output ./data/softwareheritage.xml
18+
curl https://www.softwareheritage.org/tag/codemeta/feed/ --output ./data/feeds/softwareheritage.xml
1919
working-directory: ${{ github.workspace }}
2020
- name: Commit and Push Changes
2121
run: |

content/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ window.addEventListener('resize', function() {
5656
</iframe>
5757

5858
<a href="https://www.softwareheritage.org">
59-
<img alt="Software Heritage logo" src="/img/swh-logo.png" style="height: 50px;"/> Software Heritage</a>
59+
<img alt="" src="/img/swh-logo.png" style="height: 50px;"/> Software Heritage</a>
6060
{{< /rawhtml >}}

themes/CodeMeta-Pyramids/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ul>
3838
</nav>
3939
<div class="copyright pull-right">
40-
<img aria-label="CC-By license badge" src="{{"img/cc-by.svg" | relURL }}" alt="Licensed CC-BY"/>
40+
<img src="{{"img/cc-by.svg" | relURL }}" alt="Licensed CC-BY"/>
4141
</div>
4242
</div>
4343
</footer>

themes/CodeMeta-Pyramids/layouts/partials/supporters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row justify-content-center">
33
{{ range sort .Site.Data.supporters "name" }}
44
<div class="card col-2 m-1 p-3 supporter-card">
5-
<a class="h-100" href="{{ .url }}" target="_blank" title="Link for {{ .name }} opens in new tab."><img class="card-img-top" aria-label="Logo for {{ .name }}" src="{{ .logo }}" alt="{{ .name }}"></a>
5+
<a class="h-100" href="{{ .url }}" target="_blank"><img class="card-img-top" src="{{ .logo }}" alt="{{ .name }}"></a>
66
</div>
77
{{ end }}</div>
88

0 commit comments

Comments
 (0)