Skip to content

Commit

Permalink
Update layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id authored Nov 15, 2024
1 parent 91d1103 commit 565c09a
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

{% block extrahead %}
{{ super() }}
<!-- SEO Meta Tags -->
<meta name="description" content="Documentation for Jito Labs - High Performance Solana Infrastructure, Block Engine, and MEV Solutions">
<meta name="keywords" content="solana, jito, mev, block engine, blockchain, trading, infrastructure">
<meta property="og:title" content="{{ title|striptags|e }} - Jito Labs Documentation">
<meta property="og:description" content="Documentation for Jito Labs - High Performance Solana Infrastructure, Block Engine, and MEV Solutions">
<meta property="og:type" content="website">
<meta property="og:url" content="https://docs.jito.wtf{{ pagename }}">
<meta property="og:image" content="https://docs.jito.wtf/_static/images/Jitolabs_Logo_White.png">
<style>
/* Social header styling */
.social-header {
Expand Down Expand Up @@ -39,6 +47,27 @@
font-size: 18px;
}

/* Read the Docs Theme Customizations */
.wy-nav-side {
background: #0a0a0a;
}

.wy-side-nav-search {
background-color: #0a0a0a;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
color: #7ec699;
}

.wy-menu-vertical a {
color: #ffffff;
}

.wy-menu-vertical a:hover {
background-color: #2d2d2d;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
.social-header {
Expand Down Expand Up @@ -70,4 +99,4 @@
</a>
</div>
{{ super() }}
{% endblock %}
{% endblock %}

0 comments on commit 565c09a

Please sign in to comment.