mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 13:51:40 +00:00
60 lines
1.9 KiB
HTML
60 lines
1.9 KiB
HTML
{% extends "sphinx_rtd_theme/layout.html" %}
|
|
|
|
{% block htmltitle %}
|
|
<script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create", "UA-61272224-1", {"cookieDomain":"auto","allowLinker":true});ga("require", "linker");ga("linker:autoLink", ["clearlinux.org"]);ga("set", "anonymizeIp", true);ga("send", "pageview");</script>
|
|
|
|
{{ super() }}
|
|
|
|
{% endblock %}
|
|
|
|
{% block extrahead %}
|
|
|
|
<link rel="stylesheet" href="{{ pathto('_static/tcs_theme.css', 1) }}" type="text/css" />
|
|
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<header id="header">
|
|
<div class="padding-md--left-right">
|
|
|
|
<div class="header__site_info">
|
|
<div class="header__site_info_name">
|
|
<a href ="https://clearlinux.org"> Clear Linux* Project</a>
|
|
</div>
|
|
</div>
|
|
<nav class="header__menu">
|
|
<ul class="header__menu_list">
|
|
<li class="header__menu_list_item green ">
|
|
<a tabindex='1' href="https://clearlinux.org/about">About</a>
|
|
</li>
|
|
<li class="header__menu_list_item purple ">
|
|
<a tabindex='1' href="https://clearlinux.org/developer">Developer</a>
|
|
</li>
|
|
<li class="header__menu_list_item blue ">
|
|
<a tabindex='1' href="https://clearlinux.org/software">Software</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
{{ super() }}
|
|
|
|
{% endblock %}
|
|
|
|
{% block menu %}
|
|
{% include "cversions.html" %}
|
|
{{ super() }}
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
|
|
<script type="text/javascript" src="{{ pathto('_static/tcs_theme.js', 1) }}"></script>
|
|
|
|
{% endblock %}
|