Commit cf1ffa0 1 parent a43e6f7 commit cf1ffa0 Copy full SHA for cf1ffa0
File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
< meta charset ="UTF-8 "/>
9
9
< meta name ="twitter:card " content ="summary_large_image "/>
10
10
< meta name ="twitter:site " content ="@CycloneDX_Spec "/>
11
- < meta name ="twitter:title " content ="${quotedTitle } "/>
11
+ < meta name ="twitter:title " content ="${title } "/>
12
12
< meta name ="twitter:image " content ="https://cyclonedx.org/images/CycloneDX-Social-Card.png "/>
13
- < meta name ="twitter:description " content ="${quotedTitle } "/>
14
- < meta name ="description " content ="${quotedTitle } "/>
15
- < meta property ="og:description " content ="${quotedTitle } "/>
16
- < meta property ="og:title " content ="${quotedTitle } "/>
13
+ < meta name ="twitter:description " content ="${title } "/>
14
+ < meta name ="description " content ="${title } "/>
15
+ < meta property ="og:description " content ="${title } "/>
16
+ < meta property ="og:title " content ="${title } "/>
17
17
< meta property ="og:locale " content ="en_US "/>
18
18
< meta property ="og:type " content ="website " />
19
19
< meta property ="og:image " content ="https://cyclonedx.org/images/CycloneDX-Social-Card.png " />
@@ -93,4 +93,4 @@ <h1>{{ title }}</h1>
93
93
-->
94
94
95
95
</ body >
96
- </ html >
96
+ </ html >
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
12
12
<meta charset="UTF-8"/>
13
13
<meta name="twitter:card" content="summary_large_image"/>
14
14
<meta name="twitter:site" content="@CycloneDX_Spec"/>
15
- <meta name="twitter:title" content="${quotedTitle }"/>
15
+ <meta name="twitter:title" content="${title }"/>
16
16
<meta name="twitter:image" content="https://cyclonedx.org/images/CycloneDX-Social-Card.png"/>
17
- <meta name="twitter:description" content="${quotedTitle }"/>
18
- <meta name="description" content="${quotedTitle }"/>
19
- <meta property="og:description" content="${quotedTitle }"/>
20
- <meta property="og:title" content="${quotedTitle }"/>
17
+ <meta name="twitter:description" content="${title }"/>
18
+ <meta name="description" content="${title }"/>
19
+ <meta property="og:description" content="${title }"/>
20
+ <meta property="og:title" content="${title }"/>
21
21
<meta property="og:locale" content="en_US"/>
22
22
<meta property="og:type" content="website" />
23
23
<meta property="og:image" content="https://cyclonedx.org/images/CycloneDX-Social-Card.png" />
You can’t perform that action at this time.
0 commit comments