Skip to content

Commit

Permalink
Add config to make website work with hugo latest (#2739)
Browse files Browse the repository at this point in the history
See: https://github.com/gohugoio/hugo/releases/tag/v0.60.0
And: google/docsy#174

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
  • Loading branch information
gouthamve authored Jun 17, 2020
1 parent e2f5419 commit 557a600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/i
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'

[params.links]

[markup.goldmark.renderer]
unsafe = true
4 changes: 1 addition & 3 deletions website/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/cortexproject/cortex/releases">
Releases <i class="fab fa-github ml-2 "></i>
</a>
<div class="mx-auto mt-5">
{{< blocks/link-down color="primary" >}}
</div>
{{< blocks/link-down color="primary" >}}
</div>
{{< /blocks/cover >}}

Expand Down

0 comments on commit 557a600

Please sign in to comment.