Skip to content

Commit

Permalink
modified events section
Browse files Browse the repository at this point in the history
  • Loading branch information
somrat committed Mar 28, 2020
1 parent ad7e28a commit ed7020a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2 class="section-title text-white">{{ .title | markdownify }}</h2>
<h2 class="mb-0 text-nowrap mr-3">{{ $data.homepage.event.title }}</h2>
<div class="border-top w-100 border-primary d-none d-sm-block"></div>
<div>
<a href="{{`event` | relLangURL }}" class="btn btn-sm btn-primary-outline ml-sm-3 d-none d-sm-block">{{ i18n "see_all" }}</a>
<a href="{{`event` | relLangURL }}" class="btn btn-sm btn-primary-outline ml-sm-3 d-none d-sm-block text-nowrap">{{ i18n "see_all" }}</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
command = "cd exampleSite && hugo --gc --themesDir ../.."

[build.environment]
HUGO_VERSION = "0.60.1"
HUGO_VERSION = "0.62.2"
HUGO_THEME = "repo"

0 comments on commit ed7020a

Please sign in to comment.