diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3156e7f..48b5993 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -29,3 +29,4 @@ - [Piotr Januszewski](https://piojanu.github.io) - [Artem Khvastunov](https://artspb.me) - [Gabriel Nepomuceno] (https://blog.nepomuceno.me) +- [Salvatore Giordano] (https://salvatore-giordano.github.io) \ No newline at end of file diff --git a/archetypes/posts.md b/archetypes/posts.md index 92f352a..634fa29 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -6,4 +6,5 @@ description = "" slug = "" tags = [] categories = [] +externalLink = "" +++ diff --git a/exampleSite/content/posts/external-post.md b/exampleSite/content/posts/external-post.md new file mode 100644 index 0000000..3e68871 --- /dev/null +++ b/exampleSite/content/posts/external-post.md @@ -0,0 +1,14 @@ ++++ +date = "2019-01-17" +title = "Hugo coder wiki" +slug = "hugo-coder-wiki" +tags = [ + "hugo", + "development", + "themes" +] +categories = [ + "Development", +] +externalLink = "https://github.com/luizdepra/hugo-coder/wiki" ++++ diff --git a/layouts/posts/li.html b/layouts/posts/li.html index 28bb0c3..7077125 100644 --- a/layouts/posts/li.html +++ b/layouts/posts/li.html @@ -1,4 +1,4 @@