Skip to content
Snippets Groups Projects
Commit 6a983190 authored by julientaq's avatar julientaq
Browse files

add articles fix links

parent 87b7e3a7
No related branches found
No related tags found
No related merge requests found
Pipeline #29526 passed with stages
in 31 seconds
......@@ -2,11 +2,10 @@
title: Articles
layout: articles-index.njk
permalink: /articles/index.html
menu: false
menu: true
menutitle: Articles
class: articles
order: 2
order: 5
heading: We explain.
chapeau: This is where the articles will be
---
{ "layout": "single.njk" }
......@@ -2,9 +2,9 @@
title: News
layout: blog-index.njk
permalink: /blog/index.html
menu: true
menu: false
menutitle: News
class: news
order: 3
order: 5
heading: The latest news
---
......@@ -110,6 +110,8 @@ aside {
);
filter: drop-shadow(700px -15px 15px #62c8c4);
}
.community aside,
.about aside,
.team aside {
background: linear-gradient(6deg, rgba(255, 255, 255, 1) 58%, #bba3c5 100%);
......@@ -318,6 +320,11 @@ h2.section-title {
object-fit: cover;
width: 100%;
}
.home .linkToPrevious {
grid-column: span 4;
text-decoration: underline;
margin-top: 1em;
}
.home .cokoverse img {
object-fit: cover;
width: 100%;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment