From dfe0c28094043eca2a2d0670085e2cee570a1730 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 29 Dec 2023 10:58:05 +1100 Subject: [PATCH] test --- .drone.yml | 2 +- template.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b04132f..45f0c39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: commands: #- pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md # From https://gitlab.com/vimalkvn/pandoc-mvp-css - - pandoc -s README.md --embed-resources -c www/mvp.css --template template.html -o ./www/index.html --metadata title="SMT Readme" + - pandoc -s README.md --embed-resources -c www/mvp.css --template template.html -o ./www/index.html - cp ./www/index.html /shared/index.html - name: build diff --git a/template.html b/template.html index d245298..3a5aceb 100644 --- a/template.html +++ b/template.html @@ -23,9 +23,6 @@ $for(css)$ $endfor$