Skip to content

Commit 22bc466

Browse files
authored
Merge pull request #190 from kayjan/docs-meta-tags
Changed: Remove some meta tags from overrides html
2 parents d3662d2 + 233f9f8 commit 22bc466

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Changed
9-
- Misc: Documentation to enable zooming in of images, add navigation section headers.
9+
- Misc: Documentation to enable zooming in of images, add navigation section headers, remove some meta tags.
1010

1111
## [0.16.2] - 2024-02-06
1212
### Added

docs/overrides/main.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{% extends "base.html" %}
22

33
{% block site_meta %}
4-
<meta name="description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame." lang="en" xml:lang="en">
54
<meta name="keywords" content="Python, Tree, Bigtree">
6-
<meta property="og:type" content="website">
7-
<meta property="og:title" content="Big Tree Documentation">
8-
<meta property="og:description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.">
95
<meta property="og:url" content="{{ page.canonical_url }}" />
10-
<meta property="og:image" content="https://i.ibb.co/wS3sb4D/favicon.png">
11-
<meta property="twitter:title" content="Big Tree Documentation">
12-
<meta property="twitter:description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.">
13-
<meta property="twitter:image" content="https://i.ibb.co/wS3sb4D/favicon.png">
146
{{ super() }}
157
{% endblock %}

0 commit comments

Comments
 (0)