update blog
This commit is contained in:
@@ -5,5 +5,24 @@
|
||||
<h1 class="title is-1">{{page.title}}</h1>
|
||||
<div class="content">
|
||||
{{page.content | safe}}
|
||||
|
||||
<h2> Des amis </h2 >
|
||||
|
||||
D'autres amis propose du contenus que j'apprécie énormément. Une liste non exaustive ci-dessous.
|
||||
</div>
|
||||
|
||||
{% set friend_sites = get_section(path="blog_amis/_index.md") %}
|
||||
{% for page in friend_sites.pages %}
|
||||
<article class="media note p-4" >
|
||||
<a href="{{ page.extra.url }}" class="" style="width: 100%">
|
||||
<div class="media-content media-flex" style="overflow-y: clip;">
|
||||
<h2 class="title is-2">{{ page.title }}</h2>
|
||||
<div class="content has-text-justified">
|
||||
{{ page.summary | markdown | safe }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user