Skip to content

Commit

Permalink
fix: 🐛 Fix contact and about layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Doreapp committed Oct 31, 2024
1 parent 8125d54 commit 0a54e0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ page_gen:
- data: me.about
template: about
name_expr: '"about"'
title_expr: '"About me"'
title_expr: '"A propos"'
dir: '.'

include: [CNAME]
Expand Down
3 changes: 2 additions & 1 deletion jekyll/_data/me.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ profile:
google-play: https://play.google.com/store/apps/dev?id=6950241882157030363
gitlab: AntoineMdn
about:
- subtitle: En savoir un peu plus sur moi
- title: A propos
subtitle: En savoir un peu plus sur moi
share-title: A propos | Antoine Mandin
text: |
<p>
Expand Down
2 changes: 1 addition & 1 deletion jekyll/_layouts/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: post
layout: mypost
title: A propos
permalink: /about/
cover-img: "/assets/img/banner.jpg"
Expand Down
3 changes: 2 additions & 1 deletion jekyll/contact.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
layout: mypost
title: Contact
subtitle: Me contacter
permalink: /contact/
cover-img: "/assets/img/banner.jpg"
---
Expand Down

0 comments on commit 0a54e0b

Please sign in to comment.