Skip to content

Commit 67309f5

Browse files
authored
Merge pull request #3818 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents ed94434 + 7602788 commit 67309f5

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)