diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 9fdbcc80..051ca825 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -671,7 +671,12 @@ With other shortcodes {{< /gallery >}} {{ timelineItem >}} +{{< timelineItem icon="code" header="Another Awesome Header">}} +{{< github repo="nunocoracao/blowfish" >}} + + +{{ timelineItem >}} {{ timeline >}} diff --git a/layouts/shortcodes/timeline.html b/layouts/shortcodes/timeline.html index 27ee729a..efaf922c 100644 --- a/layouts/shortcodes/timeline.html +++ b/layouts/shortcodes/timeline.html @@ -1,3 +1,3 @@ -
{{- .Inner -}}
+