This commit is contained in:
Yax 2019-08-25 18:35:42 +02:00
parent d9a5a5bc00
commit 184b04a857
9 changed files with 80 additions and 49 deletions

View file

@ -1 +1 @@
<span><a href="/{{ url }}.html">{{ category }}</a></span>
<span><a href="/{{ url }}/">{{ category }}</a></span>

View file

@ -1,8 +1,11 @@
<div>
<img src="https://www.gravatar.com/avatar/{{ avatar }}.jpg" style="float:left; margin-right:10px" height="32"
width="32">
<span>{{ author }}</span>
<span>{{ site }}</span>
<span> - {{ date }}</span>
<p>{{ content }}</p>
</div>
<div class="comment-detail">
<img src="https://www.gravatar.com/avatar/{{ avatar }}.jpg" style="float:left; margin-right:10px" height="32" width="32">
<div class="comment-body">
<span class="comment-author">{{ author }}</span>
<!-- <span>{{ site }}</span> -->
</span><span> - {{ date }}</span>
<p>{{ content }}</p>
</div>
</div>

View file

@ -1,5 +1,5 @@
<div class="article">
<h1><a href="/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<h1><a href="/{{ post_url }}">{{ title }}</a></h1>
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span><span class="comment-indicator">{{ comment_label }}</span></p>
<p class="summary">{{ summary }}</p>
</div>

View file

@ -1,5 +1,5 @@
<div class="article">
<h1><a href="/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span></p>
<h1><a href="/{{ post_url }}">{{ title }}</a></h1>
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span><span class="comment-indicator">{{ comment_label }}</span></p>
<p></p>
</div>

View file

@ -36,7 +36,7 @@
<div><a href="/"><img src="/logos/logo@96px.png"></img></a></div>
<div class="txtright" id="menu-blog">
<a href="/">Blog</a>
<a href="/archives.html">Archives</a>
<a href="/archives/">Archives</a>
</div>
</div>

View file

@ -3,8 +3,11 @@
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span></p>
{{ content }}
<div class="comment-separator"></div>
{{ comments }}
<!--
<div id="comment-form">
<strong>Votre commentaire</strong>
<form role="form" action="/newcomment" autocomplete="off" method="post">
@ -17,7 +20,7 @@
<input class="hidden" id="token" name="token" type="text" placeholder="Blog"
value="{{ stacosys_token }}">
<input class="hidden" id="url" name="url" type="text" placeholder="Article"
value="{{ year }}/{{ slug }}">
value="/{{ post_url }}">
<input class="hidden" id="captcha" name="captcha" type="text"
placeholder="Etes vous humain ?">
</fieldset>
@ -44,6 +47,8 @@
class="button--info">Prévisualiser</button>
</form>
</div>
-->
</div>
<script type="text/javascript"><!--
@ -63,4 +68,4 @@
}
window.onload = showbonus;
--></script>
--></script>

View file

@ -1,7 +1,7 @@
<item>
<guid>{{ site_url }}/{{ year }}/{{ slug }}.html</guid>
<guid>{{ site_url }}/{{ post_url }}</guid>
<title>{{ title }}</title>
<link>{{ site_url }}/{{ year }}/{{ slug }}.html</link>
<link>{{ site_url }}/{{ post_url }}</link>
<description>
<![CDATA[
<p>