diff --git a/templates/challenge-how-to.hamlet b/templates/challenge-how-to.hamlet index 5a9b529..3c4d868 100644 --- a/templates/challenge-how-to.hamlet +++ b/templates/challenge-how-to.hamlet @@ -166,7 +166,7 @@ $maybe token <- mToken
  • description taken from the first paragraph
  • tags taken from a line starting with tags: -

    Here is an example of gonito.yaml, in which all metadata could be given: +

    Here is an example of gonito.yaml, in which all metadata could be given (note that you can also add links to external resources using the `links` section):

       description: This my brilliant solution
    @@ -182,5 +182,11 @@ $maybe token <- mToken
       param-files:
       \  - "*.yaml"
       \  - config/*.yaml
    +  links:
    +  \  - title: "Some external link"
    +  \    url: "https://example.com/foo-bar-baz-123"
    +  \  - title: "Yet another link"
    +  \    url: "https://example.org/xyz"
    +  \  - url: "https://example.net/bare-link-without-text"
     
     

    It might seem a little bit complicated, but you could simply use the method which is the most convenient for you.