File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block extrahead %}
4+ {{ super() }}
5+ < meta property ="og:image " content ="https://docs.columnar.tech/databow/assets/og.png ">
6+ < meta property ="og:image:width " content ="1200 ">
7+ < meta property ="og:image:height " content ="630 ">
8+ < meta property ="og:image:alt " content ="databow - a command-line tool for querying databases ">
9+ < meta name ="twitter:card " content ="summary_large_image ">
10+ < meta name ="twitter:image " content ="https://docs.columnar.tech/databow/assets/og.png ">
11+ {% endblock %}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ language = "en"
1717logo = " assets/logo.svg"
1818favicon = " assets/logo.svg"
1919font = false
20+ custom_dir = " overrides"
2021features = [
2122 " announce.dismiss" ,
2223 " content.code.annotate" ,
You can’t perform that action at this time.
0 commit comments