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 a3c21e9 commit b46ecf3Copy full SHA for b46ecf3
_layouts/page.html
@@ -1,9 +1,12 @@
1
---
2
layout: default
3
4
+<script type="application/ld+json"></script>
5
"image": [
6
"{{ page.image }}"
-],
7
+]
8
+</script>
9
+
10
{% if page.toc %}
11
{% assign contentsTitle = page.toc_title | default: 'Contents' %}
12
{% include toc.html html=content class='menu-list' h_min=2 h_max=3 contents_title=contentsTitle %}
articles/English/PowerPlatform/Get users who create most flows.md
@@ -5,6 +5,7 @@ menubar: docs_menu
image: 'https://unsplash.com/s/photos/random'
hero_image: '/PowershellScripts.github.io/img/recipe-example.jpg'
show_sidebar: false
+hero_height: is-small
0 commit comments