We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9727902 commit 52e3957Copy full SHA for 52e3957
1 file changed
Makefile
@@ -128,4 +128,5 @@ $(OUTPUTS_BIN_OTHER) : output/% : $(SRCDIR)/bin-%
128
$(INDEX_DYNAMIC) : output/% : $(ALL_OUTPUTS)
129
( cd $(dir $@) ; \
130
tree -H "." -C -T "iPXE files" -s -D --filesfirst \
131
- -I index.html -o index.html )
+ -I index.html -o index.html ; \
132
+ sed -i 's/<head>/<head>\n <meta name="viewport" content="width=device-width, initial-scale=1">/' index.html )
0 commit comments