correction des erreurs de syntaxe pour zola
This commit is contained in:
@@ -2,28 +2,6 @@
|
||||
|
||||
{% block content %}
|
||||
<div>
|
||||
<h2 class="titre">Bienvenue.</h2>
|
||||
<p id="presentation">
|
||||
Voici un site pour faire le tour de mes objectifs de vie et projets personnels et professionels ainsi que mes accomplissements.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="titre">Accomplissements</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li class="second-section-list-element"><a href="{{ get_url(path='@/accomplissements/IMEMA.md')}}">IMEMA</a></li>
|
||||
<li class="second-section-list-element"><a href="pongzilla.html">Pongzilla</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="titre">Objectifs</h2>
|
||||
<ul>
|
||||
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/voicechat.md')}}">ConcordVC</a></li>
|
||||
<li class="third-section-list-element"><a href="autoslicer.html">Auto-Slicer</a></li>
|
||||
<li class="third-section-list-element"><a href="autowater.html">Auto-water</a></li>
|
||||
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/porsche-944.md')}}">Porsche 944 turbo</a></li>
|
||||
<li class="third-section-list-element"><a href="mobilite.html">Mobilite</a></li>
|
||||
</ul>
|
||||
{{ section.content || safe }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user