Skip to content

Commit a982c57

Browse files
authored
Merge pull request #88 from luisquintanilla/patch-2
Add OpenGraph properties
2 parents 3f1ec00 + 318d869 commit a982c57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/_template.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<title>{{fsdocs-page-title}}</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<meta name="author" content="{{fsdocs-authors}}">
9+
10+
<!--Opengraph properties (https://ogp.me/)-->
11+
<meta property="og:title" content="{{fsdocs-page-title}}" />
12+
<meta property="og:type" content="website" />
13+
<meta property="og:site_name" content="Plotly.NET" />
14+
915
<link rel="shortcut icon" type="image/x-icon" href="{{root}}/img/favicon.ico">
1016
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
1117
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
@@ -81,4 +87,4 @@ <h5 class="has-text-centered has-text-white pb-4">Documentation for {{fsdocs-pac
8187
<!-- END SEARCH BOX: this adds support for the search box -->
8288
</body>
8389

84-
</html>
90+
</html>

0 commit comments

Comments
 (0)