diff --git a/podman-localhost.sh b/podman-localhost.sh new file mode 100755 index 0000000..d4936f7 --- /dev/null +++ b/podman-localhost.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +podman build --rm --build-arg=URL=http://localhost -t homepage:latest . +podman run --rm -p "80:80" homepage:latest \ No newline at end of file diff --git a/themes/persona/layouts/partials/header.includes.html b/themes/persona/layouts/partials/header.includes.html index ada63c1..fdb2368 100644 --- a/themes/persona/layouts/partials/header.includes.html +++ b/themes/persona/layouts/partials/header.includes.html @@ -9,6 +9,4 @@ - - - \ No newline at end of file + \ No newline at end of file