Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Élus Étudiants
Site des élu·e·s
Commits
162398f1
Commit
162398f1
authored
Sep 30, 2020
by
Andres Maldonado
Browse files
Fix: Ajouter les posts contenant 'category: projects' dans les projets
parent
a2512e57
Pipeline
#68792
passed with stage
in 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_posts/2020-09-27-Collectif-Ingénierie-Soutenable.md
View file @
162398f1
...
...
@@ -5,7 +5,7 @@ date: 2020-09-27 12:00 # Laissez 2099 si c'est un brou
# mettez au moins 2h avant l'heure actuelle (bug GitLab)
image
:
/assets/images/posts/logo-ID-en-UT.png
# Apparaît lorsque vous partagez le lien
headerImage
:
true
# Mettez 'true' pour mettre l'image précédente en entête du post
category
:
project
category
:
project
s
author
:
eluscevu
---
#### SOMMAIRE
...
...
projects.html
View file @
162398f1
...
...
@@ -4,7 +4,7 @@ title: Projects
---
<section
class=
"list"
>
{% for post in site.posts %}
{% if post.projects %}
{% if post.
category == '
projects
'
%}
<div
class=
"item {% if post.star %}star{% endif %}"
>
<a
class=
"url"
href=
"{% if post.externalLink %}{{ post.externalLink }}{% else %}{{ site.url }}{{ post.url }}{% endif %}"
>
<aside><time
datetime=
"{{ post.date | date:"
%
d-
%
m-
%
Y
"
}}"
>
{{ post.date | date: "%b %d %Y" }}
</time></aside>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment