ldapsaisie/doc/dist/4.2.0-1-21-g2ccf579/assets/templates/custom_cover_page.tpl

31 lines
821 B
Smarty

<div style="padding-bottom: 3em">
{% if config.site_name %}
<h1>{{ config.site_name }}</h1>
{% endif %}
{% if config.site_description %}
<h2>{{ config.site_description }}</h2>
{% endif %}
</div>
<p>
<small>
Auteur: Benjamin Renard
(<a href="mailto:brenard@easter-eggs.com">brenard@easter-eggs.com</a> /
<a href="mailto:brenard@zionetrix.net">brenard@zionetrix.net</a>)
</small><br />
{% if config.site_url %}
<small>Site web: <a href="{{ config.site_url }}">{{ config.site_url }}</a></small><br />
{% endif %}
{% if config.repo_url %}
<small>Repo: <a href="{{ config.repo_url }}">{{ config.repo_url }}</a></small><br />
{% endif %}
{% if config.copyright %}
<small>{{ config.copyright }}</small><br />
{% endif %}
</p>