File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
themes/CodeMeta-Pyramids/layouts/partials Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 >}}
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments