File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3434
3535 <!-- View button -->
3636 {% if "content.action.view" in features %}
37+ {% if "/blob/" in page.edit_url %}
38+ {% set part = "blob" %}
39+ {% else %}
40+ {% set part = "edit" %}
41+ {% endif %}
3742 < a
38- href ="{{ page.edit_url | replace('edit' , 'blob') }} "
43+ href ="{{ page.edit_url | replace(part , 'blob') }} "
3944 title ="{{ lang.t('action.view') }} "
4045 class ="md-content__button md-icon "
4146 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repo_name: LittleLink Custom
88
99theme :
1010 name : material
11- custom_dir : docs/overrides
11+ custom_dir : docs/assets/ overrides
1212 favicon : assets/img/logo/logo.svg
1313 logo : assets/img/logo/logo.svg
1414 icon :
You can’t perform that action at this time.
0 commit comments