Uppercase the "generated" warning in index.html
This commit is contained in:
parent
daff090b9e
commit
a3f36176e0
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ website:
|
|||
cat try.html | sed "s,\(<img src='\)/,\1https://img.shields.io/," \
|
||||
| sed "s,<span id='imgUrlPrefix'>,&https://img.shields.io," \
|
||||
| sed "s,var origin = '';,var origin = 'https://img.shields.io';," \
|
||||
| sed "s,<style>,<!-- Warning: this file was generated from try.html -->\n<style>," > index.html
|
||||
| sed "s,<style>,<!-- WARNING: THIS FILE WAS GENERATED FROM try.html -->\n<style>," > index.html
|
||||
|
||||
deploy:
|
||||
git add -f Verdana.ttf
|
||||
|
|
Loading…
Reference in New Issue
Block a user