Skip to content

Commit

Permalink
Tweak layout for updated theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Dec 5, 2023
1 parent a48c4a7 commit 7bbfa3f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: Welcome to the UK Holocaust Research Infrastructure

The UK holds a unique collection of records relating to the Holocaust and refugees who
fled Nazi oppression. EHRI-UK is working towards finding and linking this source material
in the UK through a national digital Holocaust Research Infrastructure.
in the UK through a national digital Holocaust Research Infrastructure.
4 changes: 3 additions & 1 deletion content/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ This is some **markdown** content with a [link]().
* list of
* items

Here is a paragraph with some text in it, and a link to the
[About]({{< relref "/about" >}}) page.

{{< figure src="../images/doklady-1.png" class="float-right" caption=`
##### Here is a caption for an image

With some text below it`>}}


{{< figure class="fig-side" src="../images/names-2.png" caption=`
##### Another Caption

Expand Down
14 changes: 7 additions & 7 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{{ define "main" }}

<section class="home hero">
<div class="welcome">
<div id="welcome">
<h1>{{ .Page.Title }}</h1>

<div class="image1"></div>
<div class="image2"></div>
<div class="image3"></div>
<p>
<div id="welcome-image1"></div>
<div id="welcome-image2"></div>
<div id="welcome-image3"></div>
<div id="welcome-text">
{{ .Content }}
</p>
</div>

<a class="button-primary" href="about">{{ i18n "learn_more" }}</a>
<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 7bbfa3f

Please sign in to comment.