- Make hero and infographic images full-width with minimal caption area - Remove frosted glass card chrome from image figures (cleaner look) - Add Grebedoc 88x31 banner to footer next to Zensical link - Change 'Made with' to 'Built with Zensical' - Right-align image captions, reduce font size for subtlety - Add footer badge flex layout CSS
20 lines
No EOL
673 B
HTML
20 lines
No EOL
673 B
HTML
<div class="md-copyright">
|
|
{% if config.copyright %}
|
|
<div class="md-copyright__highlight">
|
|
{{ config.copyright }}
|
|
</div>
|
|
{% endif %}
|
|
{% if not config.extra.generator == false %}
|
|
<div class="md-copyright__badges">
|
|
<span class="md-copyright__zensical">
|
|
Built with
|
|
<a href="https://zensical.org/" target="_blank" rel="noopener">
|
|
Zensical
|
|
</a>
|
|
</span>
|
|
<a href="https://grebedoc.dev" class="md-copyright__grebedoc" title="served by Grebedoc">
|
|
<img src="https://grebedoc.dev/88x31.gif" alt="served by Grebedoc" style="image-rendering: pixelated; height: 31px; width: 88px;">
|
|
</a>
|
|
</div>
|
|
{% endif %}
|
|
</div> |