File tree Expand file tree Collapse file tree 3 files changed +12
-325
lines changed Expand file tree Collapse file tree 3 files changed +12
-325
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ traverse-parent-directories = false
4141optional = true
4242exclude = [
4343 ' https://github\.com/gbdev/pandocs/tree/' , # Do not check the "this was generated from commit N" link, as the commit may not have been pushed yet
44- ' print.html' , # Do not check the print page, as it is generated separately
45- ' single.html' , # Do not check the single page, as it is generated separately
46- ' http[s]*://problemkaputt\.de' , # Skip checking problemkaputt.de, as connection to this domain is generally unreliable
44+ ' print.html' , # Do not check the print page, as it is generated separately
45+ ' single.html' , # Do not check the single page, as it is generated separately
46+ ' http[s]*://problemkaputt\.de' , # Skip checking problemkaputt.de, as connection to this domain is generally unreliable
4747]
Original file line number Diff line number Diff line change 1+ <!-- Open Graph tags-->
2+ <meta name =" og:site_name" content =" summary" />
3+ <meta name =" og:image" content =" https://gbdev.io/pandocs/favicon.png" />
4+ <meta name =" og:title" content =" {{ title }} " />
5+ <meta name =" og:description" content =" {{ description }} " />
6+
7+ <!-- Twitter meta tags -->
8+ <meta name =" twitter:card" content =" summary" />
9+ <meta name =" twitter:site" content =" @gbdev0" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments