Add optional copy code button!
This commit is contained in:
@ -33,6 +33,10 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
{% if config.extra.show_copy_button %}
|
||||
<script src="{{ get_url(path='copy-button.js') }}"></script>
|
||||
{% endif %}
|
||||
|
||||
{% if config.extra.comments %}
|
||||
<link rel="me" href="https://{{ config.extra.comments.host }}/@{{ config.extra.comments.user }}" />
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user