mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
move back files
This commit is contained in:
parent
b1c8937fc9
commit
d885085861
967 changed files with 152 additions and 56 deletions
|
@ -73,13 +73,13 @@
|
|||
<article class="content">
|
||||
<div class="article-title-container">
|
||||
|
||||
{% if article.first_picture_url %}
|
||||
<!-- {% if article.first_picture_url %}
|
||||
<div class="first-picture-container">
|
||||
<a href="{{ article.slug_with_year }}">
|
||||
<img class="first-picture" src="{{article.first_picture_url}}" />
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %} -->
|
||||
<a href="{{ article.slug_with_year }}">
|
||||
<h1 class="article-title">
|
||||
{{ article.title }}
|
||||
|
@ -94,7 +94,7 @@
|
|||
{% if articles_others %}
|
||||
Tags:
|
||||
{% for tag in article.tags %}
|
||||
<a href="/tags/{{ tag }}">{{ tag }}</a>
|
||||
<a href="/tag/{{ tag }}">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
@ -102,8 +102,8 @@
|
|||
{% endfor %}
|
||||
<hr />
|
||||
|
||||
Articles passés:
|
||||
{{articles_others|length}}
|
||||
<!-- Articles passés:
|
||||
{{articles_others|length}} -->
|
||||
|
||||
{% if articles_others %}
|
||||
<div class="more-articles">
|
||||
|
@ -116,13 +116,13 @@
|
|||
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
{% if article.first_picture_url %}
|
||||
<!-- {% if article.first_picture_url %}
|
||||
<div class="first-picture-container">
|
||||
<a href="{{ article.slug_with_year }}">
|
||||
<img class="first-picture" src="{{article.first_picture_url}}" />
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %} -->
|
||||
|
||||
</div>
|
||||
<div class="column">
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
{% for file in files %}
|
||||
{% if articles_info[file] %}
|
||||
<li>
|
||||
<a href='{{articles_info[file].slug_with_year}}'>
|
||||
<a href='/{{articles_info[file].slug_with_year}}'>
|
||||
<h2>
|
||||
{{articles_info[file].annee}}
|
||||
{{articles_info[file].title}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue