We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78599a2 commit 7a95533Copy full SHA for 7a95533
layouts/_default/docs.html
@@ -29,7 +29,7 @@
29
{{ end }}
30
31
</section>
32
- <div class="text-content">
+ <div data-cms-edit="content" class="text-content">
33
<h1>{{ .Title }}</h1>
34
{{ .Content }}
35
{{ if eq .Page.Draft true }}{{ partial "draft-badge.html" . }}{{ end }}
layouts/_default/list.html
@@ -26,7 +26,7 @@
26
27
28
- <div class="text-content list-page">
+ <div data-cms-edit="content" class="text-content list-page">
0 commit comments