From 7dab67b358b6419e1c182876d89cdfb49b9f5cc2 Mon Sep 17 00:00:00 2001
From: zhixuan <59254886+zhixuan666@users.noreply.github.com>
Date: Wed, 7 Apr 2021 17:31:25 +0900
Subject: [PATCH] refactor(opengraph/twitter): add @ before username (#186)
https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/twitter_cards.html
---
layouts/partials/head/opengraph/provider/twitter.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/head/opengraph/provider/twitter.html b/layouts/partials/head/opengraph/provider/twitter.html
index e74441d..03bbf22 100644
--- a/layouts/partials/head/opengraph/provider/twitter.html
+++ b/layouts/partials/head/opengraph/provider/twitter.html
@@ -1,5 +1,6 @@
{{- with .Site.Params.opengraph.twitter.site -}}
-
+
+
{{- end -}}
{{- $title := partialCached "data/title" . .RelPermalink -}}