Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions overrides/partials/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,25 @@ <h1>{{ page.title | d(config.site_name, true)}}</h1>
{% if 'index.md' not in page.file.src_uri %}

<hr>
Want to make this site better? Open a PR, <a href="https://www.buymeacoffee.com/userbradley">help fund hosting costs</a> or <a href="https://matrix.to/#/@bysd:breadnet.co.uk">message me on Matrix</a>
<!-- If you found "<i>{{ page.title }}</i>" useful, <a href="https://www.buymeacoffee.com/userbradley">please let me know!</a> -->
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>

<!-- Show a text ad -->
<div data-ea-publisher="breadnetcouk" data-ea-type="text"></div>

<!-- Show an image ad -->
<div data-ea-publisher="breadnetcouk" data-ea-type="image"></div>

{% endif %}
<!-- Source file information -->


{% if page.meta and (
page.meta.git_revision_date_localized or
page.meta.revision_date
) %}
{% include "partials/source-file.html" %}
{% endif %}


<!-- Was this page helpful? -->
{% include "partials/feedback.html" %}

Expand Down