mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
update page description
This commit is contained in:
parent
1b5f579055
commit
99f5d4ce7f
@ -1,5 +1,5 @@
|
|||||||
Title: Deep dive | offen
|
Title: Deep dive | offen
|
||||||
Summary: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
||||||
save_as: deep-dive/index.html
|
save_as: deep-dive/index.html
|
||||||
|
|
||||||
### What is this thing called "my data" and why does seemingly everyone want to get hold of it?
|
### What is this thing called "my data" and why does seemingly everyone want to get hold of it?
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Title: Transparent web analytics | offen
|
Title: Transparent web analytics | offen
|
||||||
Summary: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
||||||
save_as: index.html
|
save_as: index.html
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,10 +36,5 @@ ARCHIVES_SAVE_AS = None
|
|||||||
CATEGORIES_SAVE_AS = None
|
CATEGORIES_SAVE_AS = None
|
||||||
TAGS_SAVE_AS = None
|
TAGS_SAVE_AS = None
|
||||||
|
|
||||||
# The default metadata you want to use for all articles and pages.
|
|
||||||
DEFAULT_METADATA = {
|
|
||||||
'description': 'offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.'
|
|
||||||
}
|
|
||||||
|
|
||||||
# keep this for access to page variable
|
# keep this for access to page variable
|
||||||
DIRECT_TEMPLATES = []
|
DIRECT_TEMPLATES = []
|
||||||
|
@ -6,11 +6,11 @@
|
|||||||
<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, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<meta name="description" content="{{ page.summary }}">
|
<meta name="description" content="{{ page.description }}">
|
||||||
<meta property="og:site_name" content="{{ SITENAME }}">
|
<meta property="og:site_name" content="{{ SITENAME }}">
|
||||||
<meta property="og:locale" content="{{ DEFAULT_LANG }}">
|
<meta property="og:locale" content="{{ DEFAULT_LANG }}">
|
||||||
<meta property="og:title" content="{{ page.title }}">
|
<meta property="og:title" content="{{ page.title }}">
|
||||||
<meta property="og:description" content="{{ page.summary }}">
|
<meta property="og:description" content="{{ page.description }}">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="{{ SITEURL }}/{{ page.save_as }}">
|
<meta property="og:url" content="{{ SITEURL }}/{{ page.save_as }}">
|
||||||
<meta property="og:image" content="{{ SITEURL }}/theme/images/offen-logo-social-media.jpg">
|
<meta property="og:image" content="{{ SITEURL }}/theme/images/offen-logo-social-media.jpg">
|
||||||
|
Loading…
Reference in New Issue
Block a user