[ADD] Initial commit
This commit is contained in:
5
layouts/apps/summary.html
Normal file
5
layouts/apps/summary.html
Normal file
@ -0,0 +1,5 @@
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
<div class="espace"> </div>
|
34
layouts/index.html
Normal file
34
layouts/index.html
Normal file
File diff suppressed because one or more lines are too long
3
layouts/partials/introduction.html
Normal file
3
layouts/partials/introduction.html
Normal file
@ -0,0 +1,3 @@
|
||||
<p>Ce portail Dofus permet aux joueurs de découvrir quelques outils utiles afin d'améliorer leur appréciation du jeu.</p>
|
||||
|
||||
<p>Il vous est offert gracieusement par <a href="http://fabuleux.depotoi.re/" title="Se rendre sur la page de la communauté des conteurs">la Communauté des Conteurs</a>.</p>
|
7
layouts/shortcodes/button.html
Normal file
7
layouts/shortcodes/button.html
Normal file
@ -0,0 +1,7 @@
|
||||
<a class="cadre" href="{{ .Get "href" }}" title="{{ .Get "title" }}">
|
||||
<span class="element">
|
||||
{{ .Get "title" }} <br />
|
||||
|
||||
<img src="img/{{ if .Get "src"}}{{ .Get "src" }}{{ else }}{{ .Page.Site.Params.default_img }}{{ end }}" alt="{{ .Get "title" }} icon" title="{{ .Get "title" }}" />
|
||||
</span>
|
||||
</a>
|
Reference in New Issue
Block a user