diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-08-08 18:05:56 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-08-08 18:09:17 +0200 |
| commit | faf72059492df8cd09d9ecd805111a8aaa77a221 (patch) | |
| tree | 721f81a9e53a7c6f09fe64a2f82ad9ac80024a86 /repo/www/generate-index.py | |
| parent | 19e95772a8b8ba047703089f643df5e3805d9969 (diff) | |
| download | memory-leaks-faf72059492df8cd09d9ecd805111a8aaa77a221.tar.xz | |
Add default pandoc template for HTML
Diffstat (limited to 'repo/www/generate-index.py')
| -rwxr-xr-x | repo/www/generate-index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/generate-index.py b/repo/www/generate-index.py index 4353819..5cd33a0 100755 --- a/repo/www/generate-index.py +++ b/repo/www/generate-index.py @@ -99,7 +99,7 @@ def format_index(target, directories, files): def convert_page(content, output, site_title): pandoc = ( 'pandoc', '-s', '--lua-filter', 'convert-internal-links.lua', - '-o', output + '--template', 'template.html', '-o', output ) if site_title is not None: pandoc += ('-T', site_title) |
