summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/rusticus/layouts/partials/header/header.html14
-rw-r--r--themes/rusticus/static/assets/rust-community-stuttgart.jpgbin0 -> 110498 bytes
2 files changed, 7 insertions, 7 deletions
diff --git a/themes/rusticus/layouts/partials/header/header.html b/themes/rusticus/layouts/partials/header/header.html
index c555110..8b584e6 100644
--- a/themes/rusticus/layouts/partials/header/header.html
+++ b/themes/rusticus/layouts/partials/header/header.html
@@ -6,14 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title | lower }} : {{ .Site.Title }}</title>
<!-- Twitter Card data -->
- <meta name="twitter:card" value="Webpack basic starter project">
- <meta name="Description" content="A simple webpack starter project for your basic web development needs."/>
+ <meta name="twitter:card" value="Rust Community Stuttgart">
+ <meta name="Description" content="Official Website of the Rust Community Stuttgart Germany."/>
<!-- Open Graph data -->
- <meta property="og:title" content="Webpack basic starter project" />
- <meta property="og:type" content="article" />
- <meta property="og:url" content="https://lifenautjoe.github.io/webpack-starter-basic/" />
- <meta property="og:image" content="https://i.snag.gy/i3eMBc.jpg" />
- <meta property="og:description" content="A simple webpack starter project for your basic web development needs." />
+ <meta property="og:title" content="Rust Community Stuttgart" />
+ <meta property="og:type" content="site" />
+ <meta property="og:url" content="{{ .Site.BaseURL }}" />
+ <meta property="og:image" content="{{ .Site.BaseURL }}/assets/rust-community-stuttgart.jpg" />
+ <meta property="og:description" content="Official Website of the Rust Community Stuttgart Germany." />
<!-- Mobile header color for Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#40699e">
<!-- Mobile header color Windows Phone -->
diff --git a/themes/rusticus/static/assets/rust-community-stuttgart.jpg b/themes/rusticus/static/assets/rust-community-stuttgart.jpg
new file mode 100644
index 0000000..b8ee488
--- /dev/null
+++ b/themes/rusticus/static/assets/rust-community-stuttgart.jpg
Binary files differ