Skip to content

Commit 0a39b23

Browse files
committed
fix visual bugs
1 parent 8a10545 commit 0a39b23

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ disableHugoGeneratorInject = false
198198
identifier = "talks"
199199
name = "Talks"
200200
url = "talks/"
201-
[[menu.main]]
202-
identifier = "demonstrating"
203-
name = "Demonstrating"
204-
url = "demonstrating/"
205201

206202
# Render html in files
207203
[markup]

content/talks/pint_of_science.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Pint_of_science"
2+
title: "Pint of Science"
33
date: 2024-05-20T13:19:59Z
44
---
55

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>{{ .Site.Title }}</h1>
2323
{{ .Content }}
2424

2525
<!-- Just hacking an image centered correctly here -->
26-
<img src="/overview_image.jpg" alt="" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
26+
<img src="overview_image.jpg" alt="" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
2727
</div>
2828
</main>
2929
{{ end }}

0 commit comments

Comments
 (0)