We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dbf0b commit a0d869bCopy full SHA for a0d869b
_config.yml
@@ -40,7 +40,7 @@ google_analytics: UA-89627920-1
40
41
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
42
# Used for Sitemap.xml and your RSS feed
43
-url:
+url: https://lineageos.org
44
45
# If you're hosting your site at a Project repository on GitHub pages
46
# (http://yourusername.github.io/repository-name)
_includes/meta.html
@@ -15,4 +15,8 @@
15
{% if page.title %}
16
<meta property="og:title" content="{{ page.title }}" />
17
<meta property="twitter:title" content="{{ page.title }}" />
18
- {% endif %}
+ {% endif %}
19
+
20
+ {% if page.image %}
21
+ <meta property="og:image" content="{{ site.baseurl }}/{{ page.image }}" />
22
0 commit comments