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 15c8841 commit f15633aCopy full SHA for f15633a
input/Search.cshtml
@@ -1,6 +1,7 @@
1
HideFromSearchIndex: true
2
Excluded: => !Context.GetBool(WebKeys.GenerateSearchIndex)
3
ShowInNavigation: false
4
+EditLink:
5
---
6
<form>
7
<div class="form-group">
input/Shared/_RightSidebar.cshtml
@@ -34,7 +34,7 @@
34
</div>
35
36
}
37
- if (editLink != null)
+ if (!string.IsNullOrWhiteSpace(editLink))
38
{
39
<p class="small font-weight-bold"><a href="@editLink" data-no-validate><i class="fad fa-pencil"></i> Edit This Page</a></p>
40
0 commit comments