diff options
author | Romeo Disca <romeo.disca@gmail.com> | 2019-06-26 18:29:41 +0200 |
---|---|---|
committer | Romeo Disca <romeo.disca@gmail.com> | 2019-06-26 18:29:41 +0200 |
commit | 039ae8554f430b8e8a9031da06d7c78054bbf36d (patch) | |
tree | 8c557f377c1b3abff7e1494f51a3822f3e800360 | |
parent | 3eb64b69eb21260cca8a6ccea84323e3361a527b (diff) |
-rw-r--r-- | themes/rusticus/layouts/partials/header/header.html | 14 | ||||
-rw-r--r-- | themes/rusticus/static/assets/rust-community-stuttgart.jpg | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..b8ee488 --- /dev/null +++ b/themes/rusticus/static/assets/rust-community-stuttgart.jpg |