flexi-bot/docs/marlin/_layouts/docs.html
2023-09-05 20:38:49 +02:00

44 lines
1.6 KiB
HTML

---
layout: default
---
{% if page.toc.selectors %}
<script language="javascript">
toc_selectors = '{{ page.toc.selectors }}';
</script>
{%- endif %}
<!-- content -->
<div class="container" role="main">
<div class="row">
<div class="col-lg-3 col-md-4 visible-lg-block visible-md-block custom-no-padding">
<div class="custom-fixed-sidebar">
<div id="toc"></div>
</div>
</div>
<div class="col-lg-9 col-md-8">
<div class="row">
<div class="col-md-12 custom-article">
<p id="authors" class="text-right pull-right visible-lg-block hidden-print small custom-pt25">
{%- assign authors = page.author | append: ',' | append: page.contrib | replace: " ","" | split: ',' %}
{%- if authors %}
{%- for author in authors %}
<a href="//github.com/{{ author }}" data-toggle="tooltip" data-placement="bottom" title="Visit {{ author }}'s profile on Github">{% avatar user=author size=30 %}</a>
{%- endfor %}
{%- endif %}
</p>
<h1 class="custom-article-header">{{ page.title }}</h1>
{%- if page.category contains 'in-review' %}
{%- alert info %}This page is marked for review. The following information may be outdated or may no longer apply to the latest Marlin.{% endalert %}
{%- elsif page.category contains 'wip' %}
{%- alert info %}This page is under construction and may not have complete or up-to-date information.{% endalert %}
{%- endif %}
{{ content }}
</div>
</div>
</div>
</div>
</div>
<!-- /content -->