fix missing footer class from new custom footer
This commit is contained in:
parent
1dfd1bb7e9
commit
46e1ac1ed1
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
- name: Remove 'powered by...' from all footers
|
- name: Remove 'powered by...' from all footers
|
||||||
run: find public -type f -name '*.html' -exec perl -0777 -i -pe 's|<footer[^>]*>.*?</footer>|<footer><span>© Ville Lindholm</span></footer>|gs' {} \;
|
run: find public -type f -name '*.html' -exec perl -0777 -i -pe 's|<footer[^>]*>.*?</footer>|<footer class="footer"><span>© Ville Lindholm</span></footer>|gs' {} \;
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user