This is an automated email from the ASF dual-hosted git repository.
bartmaer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new f965d19 HOP-3264 cleanup
new 95e44cf Merge pull request #85 from bamaer/article-preview
f965d19 is described below
commit f965d19d14ddc69458228a2b3f538e46bd650fc2
Author: Bart Maertens <[email protected]>
AuthorDate: Sat Sep 11 14:44:06 2021 +0200
HOP-3264 cleanup
---
content/blog/2021/09/roundup-2021-08/index.adoc | 1 -
layouts/partials/header.html | 1 -
2 files changed, 2 deletions(-)
diff --git a/content/blog/2021/09/roundup-2021-08/index.adoc
b/content/blog/2021/09/roundup-2021-08/index.adoc
index 939604c..c2cc638 100644
--- a/content/blog/2021/09/roundup-2021-08/index.adoc
+++ b/content/blog/2021/09/roundup-2021-08/index.adoc
@@ -5,7 +5,6 @@ authors: ["bamaer"]
categories: ["Roundup", "Apache Hop"]
preview: "Roundup July, August 2021"
description: "The Apache Hop (Incubating) recap for July and August 2020: 0.99
released, Dropbox VFS support, ongoing bug hunt and community growth"
-image: "http://knowbi:1313/_/img/hop-logo.svg"
draft: false
---
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8a763fa..591284a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -10,7 +10,6 @@
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
<title>{{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end
}}</title>
<link rel="canonical" href="{{ .RelPermalink }}">
- {{ template "_internal/opengraph.html". }}
{{ if .Description}}
<meta name="description" content="{{ .Description }}">
{{ end }}