Skip to content

Commit

Permalink
fix img display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aselkk committed Feb 11, 2024
1 parent 2556b61 commit d052776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
lang="{{ or site.Language.LanguageCode site.Language.Lang }}"
dir="{{ or site.Language.LanguageDirection `ltr` }}">
<head>
<base href="https://rolling-scopes.github.io/awsug-3city/">
{{ template "_default/head.html" . }}
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container header-container">
<div class="logo">
<img src="../images/logo3city.png" alt="{{ .Title }}" />
<img src="/images/logo3city.png" alt="{{ .Title }}" />
</div>
<!-- Navigation menu -->
{{ $page := . }}
Expand Down

0 comments on commit d052776

Please sign in to comment.