Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
decker
decker
Commits
7f36a184
Commit
7f36a184
authored
Sep 22, 2016
by
Henrik Tramberend
Browse files
Fix HTML templates
parent
4ce41a22
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/decker.hs
View file @
7f36a184
...
...
@@ -131,7 +131,7 @@ main = do
exists
<-
Development
.
Shake
.
doesFileExist
indexSource
let
src
=
if
exists
then
indexSource
else
indexSource
<.>
"generated"
need
[
src
]
rel
<-
getRelativeSupportDir
out
--
rel <- getRelativeSupportDir out
metaData
<-
metaA
>>=
readMetaData
markdownToHtmlPage
src
metaData
out
...
...
resource/handout.html
View file @
7f36a184
...
...
@@ -99,7 +99,7 @@ $if(title)$
<header>
<div
class=
"page-header"
>
<div
class=
"row"
>
<div
class=
"col-lg-
8 col-md-7 col-sm-6
"
>
<div
class=
"col-lg-
12
"
>
<h1
class=
"title"
>
$title$
</h1>
$if(subtitle)$
<p
class=
"lead subtitle"
>
$subtitle$
</p>
...
...
resource/page.html
View file @
7f36a184
...
...
@@ -99,7 +99,7 @@ $if(title)$
<header>
<div
class=
"page-header"
>
<div
class=
"row"
>
<div
class=
"col-lg-
8 col-md-7 col-sm-6
"
>
<div
class=
"col-lg-
12
"
>
<h1
class=
"title"
>
$title$
</h1>
$if(subtitle)$
<p
class=
"lead subtitle"
>
$subtitle$
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment