Skip to content

Commit

Permalink
Merge pull request #3 from brusdev/fix_site_image
Browse files Browse the repository at this point in the history
Fix site image
  • Loading branch information
brusdev authored May 12, 2021
2 parents 13b63ff + 03ffa0b commit f7fd969
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ logo2_width = "75px"
# Meta data
description = "ArtemisCloud.io is a collection of container images that provide a way to deploy the Apache ActiveMQ Artemis Broker on Kubernetes."
author = "Themefisher"
image = "favicon.png"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io

Expand Down
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/artemiscloudtheme/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="icon" href="{{ `favicon.png` | absURL }}" type="image/x-icon">


{{ with .Params.Image }}
{{ with site.Params.image }}
<meta property="og:image" content="{{ . | absURL }}" />
{{ end }}
{{ template "_internal/opengraph.html" . }}
Expand Down

0 comments on commit f7fd969

Please sign in to comment.