Skip to content

Commit

Permalink
Rename archive to topic
Browse files Browse the repository at this point in the history
  • Loading branch information
makowildcat committed Jul 14, 2024
1 parent 9689e17 commit 1410741
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ plugins:
jekyll-archives:
enabled:
- categories
layout: archive
layout: topic
permalinks:
category: '/category/:name/'
category: '/topic/:name/'

# jekyll-polyglot preferences
languages: ["fr", "en"]
Expand Down
1 change: 0 additions & 1 deletion _data/en/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ lang_name: English
description: "Veluqac is a multidisciplinary project, designed by and
for the university community, aimed at developing and studying the use
of an electricity-generating bike-desk platform."
archive: Archive of posts with
about: About
1 change: 0 additions & 1 deletion _data/fr/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ title: Veluqac
description: "Veluqac est un projet multidisciplinaire, conçu par et
pour la communauté universitaire, visant à développer et étudier
l'utilisation d'une plateforme de vélo-bureau générant de l'électricité."
archive: Archive des messages avec
about: À propos
blog: Blog
2 changes: 1 addition & 1 deletion _layouts/archive.html → _layouts/topic.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

<h1>{{ site.data.strings.archive }} {{ page.type }} '{{ page.title }}'</h1>
<h1>{{ page.title }}</h1>
<ul class="posts">
{% for post in page.posts %}
<li>
Expand Down

0 comments on commit 1410741

Please sign in to comment.