Fix member cached macros and change macro rendering to be async
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
}
|
||||
|
||||
<text>
|
||||
@Umbraco.RenderMacro(macroAlias, parameters)
|
||||
@await Umbraco.RenderMacroAsync(macroAlias, parameters)
|
||||
</text>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user