Move Japan templates into their own folder.
This commit is contained in:
parent
4c642aec7c
commit
a1b91a8e4e
@ -6,4 +6,4 @@ language: "en"
|
|||||||
|
|
||||||
<p>These pages contain my notes on learning about the Japanese language and culture.</p>
|
<p>These pages contain my notes on learning about the Japanese language and culture.</p>
|
||||||
|
|
||||||
$partial("templates/japan-language-notes.html")$
|
$partial("templates/japan/main-page.html")$
|
||||||
|
|||||||
@ -7,4 +7,4 @@ language: "jp"
|
|||||||
<p>これらのページには、日本語と言語文化に関する私のメモが含まれています。</p>
|
<p>これらのページには、日本語と言語文化に関する私のメモが含まれています。</p>
|
||||||
<p>これらのページは英語のみで提供されています。</p>
|
<p>これらのページは英語のみで提供されています。</p>
|
||||||
|
|
||||||
$partial("templates/japan-language-notes.html")$
|
$partial("templates/japan/main-page.html")$
|
||||||
|
|||||||
@ -7,4 +7,4 @@ language: "nl"
|
|||||||
<p>Deze paginas bevatten mijn notities om de Japanse taal en cultuur te bestuderen.</p>
|
<p>Deze paginas bevatten mijn notities om de Japanse taal en cultuur te bestuderen.</p>
|
||||||
<p>Alle paginas zijn alleen in het Engels.</p>
|
<p>Alle paginas zijn alleen in het Engels.</p>
|
||||||
|
|
||||||
$partial("templates/japan-language-notes.html")$
|
$partial("templates/japan/main-page.html")$
|
||||||
|
|||||||
@ -64,7 +64,7 @@ main = hakyll $ do
|
|||||||
let lang = fromMaybe "en" language
|
let lang = fromMaybe "en" language
|
||||||
|
|
||||||
pandocCompiler
|
pandocCompiler
|
||||||
>>= loadAndApplyTemplate "templates/japan-language-note.html" (postCtx lang)
|
>>= loadAndApplyTemplate "templates/japan/language-note.html" (postCtx lang)
|
||||||
>>= loadAndApplyTemplate "templates/default.html" (postCtx lang)
|
>>= loadAndApplyTemplate "templates/default.html" (postCtx lang)
|
||||||
>>= relativizeUrls
|
>>= relativizeUrls
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user