istio.io/_layouts/default.html

18 lines
278 B
HTML

---
layout: base
---
{% assign home = "" %}
{% if site.github.environment == "dotcom" %}
{% assign home = site.baseurl %}
{% endif %}
<div class="nav-hero-container">
{% include nav.html %}
</div>
{% include contribute-links.html %}
{{ content }}
{% include footer.html %}