mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-24 02:29:16 +01:00
Add embed cards to website
This commit is contained in:
parent
e68c20cbad
commit
b19ce629fa
@ -2,6 +2,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
<title>{% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
<title>{% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||||
|
|
||||||
@ -53,71 +54,12 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Facebook OpenGraph tags -->
|
|
||||||
{% if site.fb_app_id %}
|
|
||||||
<meta property="fb:app_id" content="{{ site.fb_app_id }}" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if page.meta-title %}
|
|
||||||
<meta property="og:title" content="{{ page.meta-title }}" />
|
|
||||||
{% elsif page.title %}
|
|
||||||
<meta property="og:title" content="{{ page.title }}" />
|
|
||||||
{% else %}
|
|
||||||
<meta property="og:title" content="{{ site.title }}" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if page.meta-description %}
|
|
||||||
<meta property="og:description" content="{{ page.meta-description }}">
|
|
||||||
{% elsif page.subtitle %}
|
|
||||||
<meta property="og:description" content="{{ page.subtitle }}">
|
|
||||||
{% else %}
|
|
||||||
<meta property="og:description" content="{{ page.content | strip_html | xml_escape | truncatewords: 50 }}">
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
|
|
||||||
{% if page.id %}
|
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
|
||||||
{% else %}
|
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url | remove: '/index.html' | remove: '.html' }}" />
|
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url | remove: '/index.html' | remove: '.html' }}" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if page.share-img %}
|
|
||||||
<meta property="og:image" content="{{ page.share-img }}" />
|
|
||||||
{% elsif site.avatar %}
|
|
||||||
<meta property="og:image" content="{{ site.url }}{{ site.avatar }}" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Twitter summary cards -->
|
<!-- Twitter summary cards -->
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:site" content="@{{ site.author.twitter }}" />
|
|
||||||
<meta name="twitter:creator" content="@{{ site.author.twitter }}" />
|
|
||||||
|
|
||||||
{% if page.meta-title %}
|
|
||||||
<meta name="twitter:title" content="{{ page.meta-title }}" />
|
<meta name="twitter:title" content="{{ page.meta-title }}" />
|
||||||
{% elsif page.title %}
|
|
||||||
<meta name="twitter:title" content="{{ page.title }}" />
|
|
||||||
{% else %}
|
|
||||||
<meta name="twitter:title" content="{{ site.title }}" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if page.meta-description %}
|
|
||||||
<meta name="twitter:description" content="{{ page.meta-description }}">
|
<meta name="twitter:description" content="{{ page.meta-description }}">
|
||||||
{% elsif page.subtitle %}
|
<meta name="twitter:image" content="https://slashiee.github.io/cemu_graphic_packs/img/avatar-icon.png" />
|
||||||
<meta name="twitter:description" content="{{ page.subtitle }}">
|
|
||||||
{% else %}
|
|
||||||
<meta name="twitter:description" content="{{ page.content | strip_html | xml_escape | truncatewords: 50 }}">
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if page.share-img %}
|
|
||||||
<meta name="twitter:image" content="{{ page.share-img }}" />
|
|
||||||
{% elsif site.avatar %}
|
|
||||||
<meta name="twitter:image" content="{{ site.url }}{{ site.avatar }}" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if site.matomo %}
|
{% if site.matomo %}
|
||||||
{% include matomo.html %}
|
{% include matomo.html %}
|
||||||
|
BIN
docs/favicon.ico
Normal file
BIN
docs/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -5,6 +5,9 @@ css:
|
|||||||
- "/css/index.css"
|
- "/css/index.css"
|
||||||
js:
|
js:
|
||||||
- "/js/index.js"
|
- "/js/index.js"
|
||||||
|
|
||||||
|
meta-title: "Downloads | Cemu Graphic Packs"
|
||||||
|
meta-description: "Largest graphic pack source for Cemu that modify or scale games."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% comment %} The javascript is designed to be infinitely scaleable. Just copy-pasting the announcement works. {% endcomment %}
|
{% comment %} The javascript is designed to be infinitely scaleable. Just copy-pasting the announcement works. {% endcomment %}
|
||||||
|
Loading…
Reference in New Issue
Block a user