Skip to content

Commit

Permalink
Added Hero image to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Apr 1, 2024
1 parent 7206643 commit e7a7937
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mv-website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
<meta name="twitter:image" content="{{ .Site.BaseURL }}/img/og-cover.png" />
<meta name="twitter:url" content="{{ .Site.BaseURL }}" />
{{ end }} {{ define "main" }}

<section class="hero-image">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="/img/website_image.jpg" class="img-fluid" alt="Website main image">
</div>
</div>
</div>
</section>

<div id="home-summary">{{ .Content }}</div>

<section id="publications">
Expand Down
File renamed without changes

0 comments on commit e7a7937

Please sign in to comment.