template.include 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. $for(author-meta)$
  8. <meta name="author" content="$author-meta$">
  9. $endfor$
  10. $if(date-meta)$
  11. <meta name="dcterms.date" content="$date-meta$">
  12. $endif$
  13. $if(keywords)$
  14. <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
  15. $endif$
  16. <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
  17. $if(quotes)$
  18. <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
  19. $endif$
  20. $if(highlighting-css)$
  21. <style type="text/css">
  22. $highlighting-css$
  23. </style>
  24. $endif$
  25. $for(css)$
  26. <link rel="stylesheet" href="$css$">
  27. $endfor$
  28. $if(math)$
  29. $math$
  30. $endif$
  31. $for(header-includes)$
  32. $header-includes$
  33. $endfor$
  34. <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/>
  35. </head>
  36. <body>
  37. <div class="page">
  38. $for(include-before)$
  39. $include-before$
  40. $endfor$
  41. $if(title)$
  42. <header>
  43. <div class="title">
  44. <h1 class="title">$title$</h1>
  45. </div>
  46. $if(subtitle)$
  47. <p class="subtitle">$subtitle$</p>
  48. $endif$
  49. $for(author)$
  50. <p class="author">$author$</p>
  51. $endfor$
  52. $if(date)$
  53. <p class="date">$date$</p>
  54. $endif$
  55. <ul>
  56. <li><a href="/">Home</a></li>
  57. <li><a href="/faq.html">FAQ</a></li>
  58. <li><a href="/download.html">Download</a></li>
  59. <li><a href="/docs/install/">Install</a></li>
  60. <li><a href="/docs/">Docs</a></li>
  61. <li><a href="/news/">News</a></li>
  62. <li><a href="https://notabug.org/libreboot/lbmk/issues">Report bugs</a></li>
  63. <li><a href="/tasks/">TODO</a></li>
  64. <li><a href="/git.html">Send patches</a></li>
  65. <li><strong><a href="/contact.html">Contact</a></strong></li>
  66. <li><strong><a href="/donate.html">Donate</a></strong></li>
  67. <li><strong><a href="/suppliers.html">Buy preinstalled</a></strong></li>
  68. </ul>
  69. <hr/>
  70. </header>
  71. $endif$
  72. $if(return)$
  73. $return$
  74. $endif$
  75. $if(toc)$
  76. <nav id="$idprefix$TOC">
  77. <h1>Navigate this page:</h1>
  78. $toc$
  79. </nav>
  80. $endif$
  81. $if(toc)$
  82. <div class="pagetext">
  83. $endif$
  84. $body$
  85. $for(include-after)$
  86. $include-after$
  87. $endfor$
  88. $if(toc)$
  89. </div>
  90. $endif$
  91. </div>
  92. <div style="position:fixed; bottom:0; left:0; right:0; background:#fcc; color:#222">
  93. <p>
  94. <a href="https://rsync.libreboot.org/testing/20210522/">Libreboot 20210522 has been released! Download it here</a> -
  95. release announcement <a href="/docs/release/libreboot20210522.html">here</a>
  96. </p>
  97. </div>
  98. </body>
  99. </html>