File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
2
+ <Types >
3
+ <Type >
4
+ <Name >OpenGraph</Name >
5
+ <Members >
6
+ <ScriptProperty >
7
+ <Name >HTML</Name >
8
+ <GetScriptBlock >
9
+ @(if ($this -is [Management.Automation.PSModuleInfo]) {
10
+ if ($this.Description) {
11
+ "< meta name='description' content='$([Web.HttpUtility]::HtmlAttributeEncode($this.Description))' /> "
12
+ }
13
+ if ($this.PrivateData.PSData.IconUri) {
14
+
15
+ }
16
+ } else {
17
+ foreach ($property in $this.PSObject.Properties) {
18
+ if ($property.Name -match ':') {
19
+ "< meta property='$($property.Name)' content='$([Web.HttpUtility]::HtmlAttributeEncode($property.Value))' /> "
20
+ }
21
+ }
22
+ }) -join [Environment]::Newline
23
+
24
+ </GetScriptBlock >
25
+ </ScriptProperty >
26
+ </Members >
27
+ </Type >
28
+ </Types >
You can’t perform that action at this time.
0 commit comments