Skip to content

Commit 5b534d8

Browse files
author
Nabil Fayak
committed
commented out inactive links
1 parent 86f245c commit 5b534d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/_templates/layout.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
<meta name="description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
1414

1515
<!-- Facebook Meta Tags -->
16-
<meta property="og:url" content="https://checkmate.alteryx.com/en/stable/">
16+
<!-- <meta property="og:url" content="https://checkmate.alteryx.com/en/stable/">
1717
<meta property="og:type" content="website">
1818
<meta property="og:title" content="CheckMate - Alteryx Open Source AutoML Library">
1919
<meta property="og:description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
20-
<meta property="og:image" content="#">
20+
<meta property="og:image" content="#"> -->
2121

2222
<!-- Twitter Meta Tags -->
23-
<meta name="twitter:card" content="summary_large_image">
23+
<!-- <meta name="twitter:card" content="summary_large_image">
2424
<meta property="twitter:domain" content="checkmate.alteryx.com">
2525
<meta property="twitter:url" content="https://checkmate.alteryx.com/en/stable/">
2626
<meta name="twitter:title" content="CheckMate - Alteryx Open Source AutoML Library">
2727
<meta name="twitter:description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
28-
<meta name="twitter:image" content="#">
28+
<meta name="twitter:image" content="#"> -->
2929

3030
{% endblock %}
3131

@@ -46,9 +46,9 @@
4646
<a href="https://join.slack.com/t/alteryx-oss/shared_invite/zt-182tyvuxv-NzIn6eiCEf8TBziuKp0bNA" target="_blank">
4747
<img class="footer-image-slack" src="{{ pathto('_static/images/slack.svg', 1) }}" alt="Slack">
4848
</a>
49-
<a href="https://stackoverflow.com/questions/tagged/checkmate" target="_blank">
49+
<!-- <a href="https://stackoverflow.com/questions/tagged/checkmate" target="_blank">
5050
<img class="footer-image-stack-overflow" src="{{ pathto('_static/images/stackoverflow.svg', 1) }}" alt="Stack Overflow">
51-
</a>
51+
</a> -->
5252
</div>
5353
<div class="footer-cell-3">
5454
<hr class="footer-line">

0 commit comments

Comments
 (0)