diff --git a/exampleSite/content/links.md b/exampleSite/content/links.md new file mode 100644 index 00000000..dc0b20e7 --- /dev/null +++ b/exampleSite/content/links.md @@ -0,0 +1,5 @@ +--- +layout: linktree +links: + - "Awesome Master Class": "https://example.com" +--- \ No newline at end of file diff --git a/layouts/_default/linktree.html b/layouts/_default/linktree.html new file mode 100644 index 00000000..7127b103 --- /dev/null +++ b/layouts/_default/linktree.html @@ -0,0 +1,20 @@ +{{ define "main" }} +
No links configured.
+ {{ end }} +