Skip to content

Commit 34983db

Browse files
Improved tags and summary
1 parent 5358613 commit 34983db

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
baseURL = "http://aidos.group/"
1+
baseURL = "https://aidos.group/"
22
languageCode = "en-us"
33
title = "AIDOS Lab"
44
theme = "brevis"
55
enableGitInfo = true
66

77
[params]
8-
description = "Website of the AIDOS Lab, an international lab of researchers interested in geometry, topology, and machine learning."
8+
description = "The AIDOS Lab at the University of Fribourg builds principled methods at the intersection of geometry, topology, and machine learning to reveal hidden structure in complex data."
99
googleTagID = "G-Z7H79RP4BR"
1010
ogImage = "logo_with_byline.png"
1111

themes/brevis/layouts/partials/head.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55

6-
<meta property="og:url" content="{{ .Site.Params.URL }}">
6+
<meta property="og:url" content="{{ absURL "" }}">
77
<meta property="og:type" content="website">
88

99
<title>{{ .Title | markdownify | plainify }}</title>
@@ -28,6 +28,9 @@
2828
<meta property="og:image:height" content="720">
2929
{{- end }}
3030

31+
<meta name="twitter:card" content="summary_large_image">
32+
<meta name="twitter:site" content="@Pseudomanifold">
33+
3134
{{- with .Description }}
3235
<meta name="description" content="{{ . }}">
3336
{{- end }}

0 commit comments

Comments
 (0)