Skip to content

Commit 43f6a9b

Browse files
committed
chore: remove navbar from EDT website
1 parent 1e34984 commit 43f6a9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

services/pywb/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ FROM webrecorder/pywb
22

33
COPY start.sh /tmp
44
ENTRYPOINT ["sh", "/tmp/start.sh"]
5-
COPY config.yaml /webarchive/config.yaml
5+
COPY config.yaml /webarchive/config.yaml
6+
COPY head_insert.html /tmp/head_insert.html
7+
RUN cat /tmp/head_insert.html >> /webarchive/templates/head_insert.html

services/pywb/head_insert.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<style>#masthead,#footer { display: none; }</style>

0 commit comments

Comments
 (0)