feat: Update card and placeholder
- Change card from njk to liquid - Fix flag placeholder - Update structure of card
This commit is contained in:
parent
f2ff20ce73
commit
fdef673886
5 changed files with 73 additions and 86 deletions
|
|
@ -35,7 +35,8 @@ export default async function (eleventyConfig) {
|
|||
name: 'Vorname Nachname',
|
||||
address: 'Straße Nr., PLZ Ort',
|
||||
phone: '+49 (0)101 1337 48',
|
||||
mail: 'name@domain.tld'
|
||||
mail: 'name@domain.tld',
|
||||
domain: 'https://domain.tld'
|
||||
},
|
||||
debugMode: true,
|
||||
legacyMode: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue