-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d00b47
commit 166dd6f
Showing
25 changed files
with
429 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block extrahead %} | ||
<meta name="description" content="{{ config.extra.meta.description }}"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="{{ config.site_url }}"> | ||
<meta property="og:title" content="{{ config.extra.meta.title }}"> | ||
<meta property="og:description" content="{{ config.extra.meta.description }}"> | ||
<meta property="og:image" content="{{ config.site_url }}{{ config.extra.meta.image }}"> | ||
{% endblock %} | ||
{% extends "base.html" %} {% block extrahead %} | ||
<meta name="description" content="{{ config.extra.meta.description }}" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="{{ config.site_url }}" /> | ||
<meta property="og:title" content="{{ config.extra.meta.title }}" /> | ||
<meta property="og:description" content="{{ config.extra.meta.description }}" /> | ||
<meta | ||
property="og:image" | ||
content="{{ config.site_url }}{{ config.extra.meta.image }}" | ||
/> | ||
{% endblock %} |
Oops, something went wrong.