Tobias
|
ce39cba9d2
|
Use non-breaking space for "NewPipe e.V."
sed -i 's/NewPipe\se\.V\./NewPipe\ e\.V\./g' *.html
|
2024-05-20 00:38:38 +02:00 |
Tobias
|
c846a12e77
|
Replace more e. V.
sed -i 's/e. V./e.V./' ./*.html
|
2024-05-20 00:38:38 +02:00 |
Tobias
|
8eb0d3f9a0
|
Remove whitespace from "NewPIpe e. V." -> "NewPipe e.V."
|
2024-05-20 00:38:38 +02:00 |
Tobias
|
7ab2beab3c
|
Link to HTML5 UP using https and not insecure http
Build and publish Docker image / build (push) Successful in 17s
Details
sed -i 's/http:\/\//https:\/\//' *.html
|
2024-05-19 21:51:48 +02:00 |
Tobias
|
f3a80c95b9
|
Add lang attribute to html tag
Build and publish Docker image / build (push) Successful in 17s
Details
Remove empty h3 tag
Use valid HTML
|
2024-05-19 21:21:37 +02:00 |
poolitzer
|
f997cccb89
|
first commit
|
2024-01-03 12:02:46 +01:00 |