File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 99 {% include "navigation/site-navigation.html" %}
1010 </ aside >
1111 < main class ="two-column-layout__content ">
12- < span class ="found-a-typo ">
13- {% set url = config.extra.repo_content_url ~ page.relative_path %}
14- < a href ="{{url}} "> Edit me</ a >
15- </ span >
12+ {% block editable %} {% endblock %}
1613 {% block content %} {% endblock %}
1714
1815 {% include "footer.html" %}
Original file line number Diff line number Diff line change 44 < title > {{ page.title }} | {{ config.title }}</ title >
55 < meta property ="og:title " content ="{{ page.title }} | {{ config.title }} " />
66{% endblock meta_content %}
7+
78{% block content %}
89 < h1 > {{page.title}}</ h1 >
910
Original file line number Diff line number Diff line change 44 < title > {{ page.title }} | {{ config.title }}</ title >
55 < meta property ="og:title " content ="{{ page.title }} | {{ config.title }} " />
66{% endblock meta_content %}
7+
78{% block content %}
89 < h1 > {{page.title}}</ h1 >
910 < aside >
@@ -15,3 +16,10 @@ <h1>{{page.title}}</h1>
1516 </ div >
1617 </ div >
1718{% endblock content %}
19+
20+ {% block editable %}
21+ < span class ="found-a-typo ">
22+ {% set url = config.extra.repo_content_url ~ page.relative_path %}
23+ < a href ="{{url}} "> Edit me</ a >
24+ </ span >
25+ {% endblock editable %}
You can’t perform that action at this time.
0 commit comments