~netlandish/links

bee0030515a2b71434fa92d4d416cb9682ce7591 — Peter Sanchez 3 months ago b479d3c
Adding correct social image url
2 files changed, 3 insertions(+), 3 deletions(-)

M config.example.ini
M helpers.go
M config.example.ini => config.example.ini +1 -1
@@ 108,7 108,7 @@ prefix=
# default-acl=private

[access]
# Entropy is to be used as an encryption key. The value be the AES key,
# Entropy is to be used as an encryption key. The value will be the AES key,
# either 16, 24, or 32 bytes to select AES-128, AES-192, or AES-256.
entropy=Entropy value


M helpers.go => helpers.go +2 -2
@@ 1020,9 1020,9 @@ func GetSEOData(c echo.Context) *SEOData {
		),
		Keywords:        lt.Translate("social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics"),
		URL:             url.String(),
		ImageURL:        "https://s3.amazonaws.com/linktaco/social-media-image.jpg",
		ImageURL:        "https://s3.amazonaws.com/linktaco/media/web/lt-social-image.png",
		TwitterURL:      url.String(),
		TwitterImageURL: "https://s3.amazonaws.com/linktaco/social-media-image.jpg",
		TwitterImageURL: "https://s3.amazonaws.com/linktaco/media/web/lt-social-image.png",
	}
	url.Path = c.Echo().Reverse("core:recent_link_list_rss")
	seoData.RssURL = url.String()