Random accent font on load : Add span with class to hero
This commit is contained in:
parent
1bb632834a
commit
acc355fd09
|
|
@ -5,5 +5,5 @@ template: 'hero'
|
||||||
excludeFromPdf: true
|
excludeFromPdf: true
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
description: "{{ author.about }}"
|
description: "{{ author.about }}"
|
||||||
displayedTitle: "Moi c'est {{ author.firstName }}<br>Et je suis {{ author.occupation }}"
|
displayedTitle: "Moi c'est <span class='accent-font'>{{ author.firstName }}</span><br>Et je suis {{ author.occupation }}"
|
||||||
---
|
---
|
||||||
Loading…
Reference in a new issue