template.include 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <!DOCTYPE html>
  2. <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="pandoc">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  7. <!-- anti-social media tags -->
  8. <meta property="og:title" content="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$">
  9. <meta property="og:type" content="article" />
  10. <meta property="og:image" content="https://av.vimuser.org/bootmenu.jpg">
  11. <meta property="og:url" content="$antisocialurl$">
  12. <meta name="twitter:card" content="summary_large_image">
  13. <meta property="og:description" content="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$">
  14. <meta property="og:site_name" content="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$">
  15. <meta name="twitter:image:alt" content="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$">
  16. $for(author-meta)$
  17. <meta name="author" content="$author-meta$">
  18. $endfor$
  19. $if(date-meta)$
  20. <meta name="dcterms.date" content="$date-meta$">
  21. $endif$
  22. $if(keywords)$
  23. <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
  24. $endif$
  25. <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
  26. <style type="text/css">
  27. .specs
  28. {
  29. float: right;
  30. }
  31. :not(p)
  32. {
  33. max-width: 85em;
  34. margin: 0 auto;
  35. }
  36. html
  37. {
  38. background: #280b22;
  39. color: #eee;
  40. font-family: sans-serif;
  41. line-height: 1.4;
  42. text-shadow: 1px 1px #000;
  43. }
  44. code,pre, #TOC, a:hover
  45. {
  46. background: #4e324e;
  47. }
  48. a
  49. {
  50. color: #fcc;
  51. }
  52. img,video,iframe,pre
  53. {
  54. max-width: 100%;
  55. overflow: auto;
  56. }
  57. .title>*, header ul>li, .nav ul>li,
  58. #footer ul>li, .h:hover>*
  59. {
  60. display: inline;
  61. margin: 0.7%;
  62. text-align :center;
  63. }
  64. .title>*, span.date
  65. {
  66. display: block;
  67. }
  68. html, ul, #TOC
  69. {
  70. padding: 1em;
  71. }
  72. .date, .author, .h a
  73. {
  74. display: none;
  75. }
  76. @media (min-width:60em)
  77. {
  78. .title-logo{display:none}
  79. div.title,h1.title {
  80. background:url("/favicon.ico") no-repeat;
  81. background-size:auto 99%;
  82. min-height:2em
  83. }
  84. div.title {background-position:right}
  85. h1.title {padding:0 4em}
  86. #TOC
  87. {
  88. float: left;
  89. margin: 1em;
  90. min-width: 25%;
  91. }
  92. }
  93. .f, .f *
  94. {
  95. position: fixed;
  96. max-width: 100%;
  97. max-height: 100%;
  98. top: 50%;
  99. left: 50%;
  100. }
  101. .f *
  102. {
  103. transform: translate(-50%, -50%);
  104. }
  105. .f
  106. {
  107. display: none;
  108. top: 0;
  109. left: 0;
  110. width: 100%;
  111. height: 100%;
  112. background: rgba(0, 0, 0, 0.8);
  113. }
  114. *:focus + .f
  115. {
  116. display: block;
  117. }
  118. img
  119. {
  120. cursor: pointer;
  121. }
  122. </style>
  123. $if(quotes)$
  124. <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
  125. $endif$
  126. $if(highlighting-css)$
  127. <style type="text/css">
  128. $highlighting-css$
  129. </style>
  130. $endif$
  131. $for(css)$
  132. <link rel="stylesheet" href="$css$">
  133. $endfor$
  134. $if(math)$
  135. $math$
  136. $endif$
  137. $for(header-includes)$
  138. $header-includes$
  139. $endfor$
  140. <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/>
  141. </head>
  142. <body>
  143. <div class="page">
  144. $for(include-before)$
  145. $include-before$
  146. $endfor$
  147. $if(title)$
  148. <header>
  149. <div class="title">
  150. <p class="title-logo">
  151. <img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
  152. </p>
  153. <h1 class="title">$title$</h1>
  154. </div>
  155. $if(subtitle)$
  156. <p class="subtitle">$subtitle$</p>
  157. $endif$
  158. $for(author)$
  159. <p class="author">$author$</p>
  160. $endfor$
  161. $if(date)$
  162. <p class="date">$date$</p>
  163. $endif$
  164. <ul>
  165. <li><a href="/">Home</a></li>
  166. <li><a href="/faq.html">FAQ</a></li>
  167. <li><a href="/download.html">Download</a></li>
  168. <li><a href="/docs/install/">Install</a></li>
  169. <li><a href="/docs/">Docs</a></li>
  170. <li><a href="/news/">News</a></li>
  171. <li><a href="https://notabug.org/libreboot/lbmk/issues">Bugs</a></li>
  172. <li><a href="/git.html">Send patch</a></li>
  173. <li><strong><a href="https://www.patreon.com/libreleah">Donate</a></strong></li>
  174. <li><a href="/contact.html">Contact</a></li>
  175. <li><strong><a href="https://minifree.org/">Buy preinstalled</a></strong></li>
  176. </ul>
  177. <hr/>
  178. </header>
  179. $endif$
  180. $if(return)$
  181. $return$
  182. $endif$
  183. $if(toc)$
  184. <nav id="$idprefix$TOC">
  185. <h1>Navigate this page:</h1>
  186. $toc$
  187. </nav>
  188. $endif$
  189. $if(toc)$
  190. <div class="pagetext">
  191. $endif$
  192. $body$
  193. $for(include-after)$
  194. $include-after$
  195. $endfor$
  196. $if(toc)$
  197. </div>
  198. $endif$
  199. </div>
  200. </body>
  201. </html>