style
This commit is contained in:
parent
9d58aec4b2
commit
2ffeb6be03
3 changed files with 55 additions and 32 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<article>
|
||||
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
|
||||
<p class="meta">{{ category_label}} - {{ date }}</b></p>
|
||||
<p class="summary">
|
||||
{{ summary }} <a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">...</a>
|
||||
</p>
|
||||
<div>
|
||||
<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">Read More</a>
|
||||
</div>
|
||||
</article>
|
||||
<h1>{{ title }}</h1>
|
||||
<p class="meta">{{ category_label}} - {{ date }}</b></p>
|
||||
<p class="summary">
|
||||
{{ summary }}
|
||||
</p>
|
||||
<div>
|
||||
<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">Lire la suite...</a>
|
||||
</div>
|
||||
</article>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<article>
|
||||
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
|
||||
<h1>{{ title }}</h1>
|
||||
<p class="meta">{{ category_label }} - {{ date }}</b></p>
|
||||
{{ content }}
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue