From c078fd561034f801c1ff258c7b2d24a388e02f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 10 Sep 2022 08:10:31 +0200 Subject: [PATCH] Remove github-highlight.css --- podman-localhost.sh | 4 ++++ themes/persona/layouts/partials/header.includes.html | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100755 podman-localhost.sh 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