From e3464480364fc4001d7182cb9fdd87e20ee12240 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 18 Mar 2022 16:14:23 -0400 Subject: add a title to README.html --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4275aa8..e6e74f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ README.html: pandoc.css README.md - pandoc --standalone --css=$^ -o $@ - cp README.html svasilogianis.github.io/index.html + pandoc --standalone --css=$^ --metadata title="Parametric Cubbies" -o $@ + cp README.html ../svasilogianis.github.io/index.html stls: reference-stls test-fit-stls -- cgit v1.2.3