Skip to content

Commit

Permalink
Nest the hero section info button in the text section
Browse files Browse the repository at this point in the history
Update the theme, which fixes the CSS for this
  • Loading branch information
mikesname committed Jan 24, 2024
1 parent e620c52 commit a2556e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ <h1>{{ .Page.Title }}</h1>
<div id="welcome-image3"></div>
<div id="welcome-text">
{{ .Content }}

<a class="button-primary" href="{{ relLangURL "about" }}">{{ i18n "learn_more" }}</a>
</div>

<a class="button-primary" href="{{ relLangURL "about" }}">{{ i18n "learn_more" }}</a>
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion themes/ehri-nn

0 comments on commit a2556e4

Please sign in to comment.