Skip to content

Commit

Permalink
fix index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inwardmovement committed Jan 4, 2020
1 parent b07fa1f commit a6ea04b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
17 changes: 17 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Home"
description: "description"
toc: false
draft: false
---

test

# blabla
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos repellendus inventore sapiente, vero dolores neque ut cum aperiam nostrum illum, dicta molestiae doloribus fuga ipsum non impedit odio minus blanditiis.

## azf
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor.

[ext link](https://google.com)
[int link](about)
8 changes: 0 additions & 8 deletions content/index.md

This file was deleted.

1 change: 1 addition & 0 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<main class="container-fluid">
<article>
<h1>{{ .Title }}</h1><br>
{{ with .Params.toc }}{{ $.TableOfContents }}<br><br>{{ end }}
{{ .Content }}
</article>
</main>
Expand Down
3 changes: 1 addition & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<main class="container-fluid">
<article>
<h1>{{ .Title }}</h1><br>
{{ .Page.TableOfContents }}
<br><br>
{{ with .Params.toc }}{{ $.TableOfContents }}<br><br>{{ end }}
{{ .Content }}
</article>
</main>
Expand Down
2 changes: 1 addition & 1 deletion layouts/page/mentions-legales.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<main class="container mentions-legales">
<article>
<h1>{{ .Title }}</h1><br>
{{ .Page.TableOfContents }}
{{ with .Params.toc }}{{ $.TableOfContents }}<br><br>{{ end }}
<br><br>
{{ .Content }}
</article>
Expand Down

0 comments on commit a6ea04b

Please sign in to comment.