initial
This commit is contained in:
4
themes/next/layout/_partials/post-edit.swig
Normal file
4
themes/next/layout/_partials/post-edit.swig
Normal file
@ -0,0 +1,4 @@
|
||||
{% if theme.post_edit.enable -%}
|
||||
{% set editIcon = '<i class="fa fa-pencil"></i>' -%}
|
||||
{{ next_url(theme.post_edit.url + page.source, editIcon, {class: 'post-edit-link', title: __('post.edit') }) }}
|
||||
{%- endif %}
|
Reference in New Issue
Block a user