From c37245f3f4932685f3fcddb84373bd1a95031ce8 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Mon, 21 Nov 2022 14:37:08 +0100 Subject: [PATCH] rename table infos to post infos --- assets/sass/_theme/sections/posts.sass | 4 ++-- layouts/partials/posts/post-infos.html | 2 +- layouts/partials/programs/presentation.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass index 192cfeca..060cd942 100644 --- a/assets/sass/_theme/sections/posts.sass +++ b/assets/sass/_theme/sections/posts.sass @@ -72,7 +72,7 @@ height: 100% position: absolute width: col-outside-container(4) - .table-infos + .post-infos @include sticky($spacing1) .post-categories @@ -87,7 +87,7 @@ &::after content: none -.table-infos +.post-infos border-top: 1px solid $main-border-color margin-bottom: 0 &, li diff --git a/layouts/partials/posts/post-infos.html b/layouts/partials/posts/post-infos.html index 7ea7ac72..7c43b6c6 100644 --- a/layouts/partials/posts/post-infos.html +++ b/layouts/partials/posts/post-infos.html @@ -1,4 +1,4 @@ -<table class="table-infos"> +<table class="post-infos"> <caption>{{ i18n "posts.informations" }}</caption> <tbody> <tr> diff --git a/layouts/partials/programs/presentation.html b/layouts/partials/programs/presentation.html index 77ced924..8209e128 100644 --- a/layouts/partials/programs/presentation.html +++ b/layouts/partials/programs/presentation.html @@ -10,7 +10,7 @@ {{- end -}} <h3>{{ i18n "programs._administrative_information" }}</h3> - <table class="table table-infos"> + <table class="post-infos"> <caption>{{ i18n "programs._administrative_information" }}</caption> <tbody> {{- with .Params.diplomas -}} -- GitLab