Skip to content

Commit 7602788

Browse files
authored
Merge pull request MicrosoftDocs#1961 from readyxrm/patch-1
Update liquid-objects.md
2 parents 71e2fa0 + d31e8a5 commit 7602788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/portals/liquid/liquid-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The blogs object allows you to select a specific blog or blog posts.
132132
133133
<div class=panel-heading>
134134
135-
{% assign sitemarker = sitemarkers[Blog Home] %}
135+
{% assign sitemarker = sitemarkers["Blog Home"] %}
136136
137137
{% assign snippet = snippets[Home Blog Activity Heading] %}
138138
@@ -1158,7 +1158,7 @@ Allows you to load any site marker by name. If the sitemarker exists, a sitemark
11581158
```
11591159
{{ sitemarkers[Login].url }}
11601160
1161-
{% assign my_sitemarker = sitemarkers[My Site Marker] %}
1161+
{% assign my_sitemarker = sitemarkers["My Site Marker"] %}
11621162
11631163
{% if my_sitemarker %}
11641164

0 commit comments

Comments
 (0)