From 036785a4634ccd95432e759e9c97e597b8f5bf3f Mon Sep 17 00:00:00 2001 From: Jack Kinsey Date: Mon, 6 May 2019 06:14:32 -0400 Subject: [PATCH] Actually fix the HTTPS problem this time --- Makefile | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ceda64..36319c1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - mkdir about code writing + mkdir -p about code writing sed '/id=\"menu\"/s/middle/top/; / about/index.html sed '/id=\"menu\"/s/middle/top/; / code/index.html sed '/id=\"menu\"/s/middle/top/; / writing/index.html diff --git a/index.html b/index.html index a4a1584..bcf545b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + -- 2.26.2