Skip to content

Commit e995577

Browse files
committed
fix: generate.sh
1 parent 6d8e61d commit e995577

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from: markdown-implicit_figures
22
to: html
3-
highlight-style: null
43
standalone: true

markdown/config/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
22
"https://www.w3.org/TR/html4/strict.dtd">
3-
<html lange="en">
3+
<html lang="en">
44
<head>
55
<title>$title$ - Learn You a Haskell for Great Good!</title>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

markdown/generate.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
set -e
23

34
mapfile -t filename <config/file-list.txt
45

0 commit comments

Comments
 (0)