diff --git a/content/templates/_components/aov-typography/typography.pug b/content/templates/_components/aov-typography/typography.pug index 05d83cab..2e9b544a 100755 --- a/content/templates/_components/aov-typography/typography.pug +++ b/content/templates/_components/aov-typography/typography.pug @@ -1,12 +1,12 @@ - var shortContent = 'Lorem ipsum dolor sit amet'; - var longContent = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. '.repeat(5).trim() - var samples = []; -- samples.push({name: 'Content heading 1', code: '
' + longContent + '
', extraClass: contentClass}) -- samples.push({name: 'Blockquote', code: '' + longContent + '', extraClass: contentClass}) +- samples.push({name: 'Content heading 1', code: '
' + longContent + '
'}) +- samples.push({name: 'Blockquote', code: '' + longContent + ''}) table each sample in samples