mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 01:02:42 -04:00
Fixed view source button link
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<!-- View button -->
|
||||
{% if "content.action.view" in features %}
|
||||
<a
|
||||
href="{{ page.edit_url | replace(edit, view) }}"
|
||||
href="{{ page.edit_url | replace('edit', 'raw') }}"
|
||||
title="{{ lang.t('action.view') }}"
|
||||
class="md-content__button md-icon"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user