From 5e4e500cdfe00babb29eb7aeef18c9d0ec3c5a47 Mon Sep 17 00:00:00 2001
From: Codruț Constantin Gușoi <mail+git@codrut.pro>
Date: Sun, 29 May 2022 18:43:09 +0000
Subject: [PATCH] HTML/CSS only tabs (#678)

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 657c5ba..8e0c3e4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 	$(HUGO_BIN) --themesDir=../.. --source=exampleSite
 
 demo:
-	$(HUGO_BIN) server -D --themesDir=../.. --source=exampleSite
+	$(HUGO_BIN) server -D --themesDir=../.. --source=exampleSite --bind 0.0.0.0
 
 release: build
 	rm -rf ./resources && cp -r ./exampleSite/resources ./resources

--
Gitblit v1.10.0