Add initial 11ty website structure
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
const overridableReplacements = [
|
||||
['&', ' and '],
|
||||
['🦄', ' unicorn '],
|
||||
['♥', ' love ']
|
||||
];
|
||||
|
||||
export default overridableReplacements;
|
||||
Reference in New Issue
Block a user