test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-29 10:58:05 +11:00
parent 4d56452f26
commit dfe0c28094
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -23,9 +23,6 @@ $for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$
<style type="text/css">
:root {
--width-content: 1080px;
}
nav {
justify-content: space-around;