main.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <!-- Smartphone responsive design -->
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. $for(author-meta)$
  9. <meta name="author" content="$author-meta$" />
  10. $endfor$
  11. $if(content-date)$
  12. <meta name="dcterms.date" content="$content-date$" />
  13. $elseif(update-date)$
  14. <meta name="dcterms.date" content="$update-date$" />
  15. $endif$
  16. $if(keywords)$
  17. <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
  18. $endif$
  19. <link rel="shortcut icon" href="/favicon.ico"/>
  20. $if(description)$
  21. <meta name="description" content="$description$">
  22. <meta itemprop="description" content="$description$">
  23. <meta property="og:description" content="$description$">
  24. <meta name="twitter:description" content="$description$">
  25. $endif$
  26. <!-- Google / Search Engine Tags -->
  27. <meta itemprop="name" content="$name$">
  28. <!-- Facebook Meta Tags -->
  29. <meta property="og:url" content="https://www.jovian-hersemeule.eu">
  30. <meta property="og:type" content="website">
  31. <meta property="og:title" content="$title$">
  32. <!-- Twitter Meta Tags -->
  33. <meta name="twitter:card" content="summary_large_image">
  34. <meta name="twitter:title" content="$title$">
  35. <!-- Share img -->
  36. $if(img.share)$
  37. <meta itemprop="image" content="$img.share.path$">
  38. <meta property="og:image" content="$img.share.path$">
  39. <meta name="twitter:image" content="$img.share.path$">
  40. $elseif(img.main)$
  41. <meta itemprop="image" content="$img.main.path$">
  42. <meta property="og:image" content="$img.main.path$">
  43. <meta name="twitter:image" content="$img.main.path$">
  44. $elseif(img.icon)$
  45. <meta itemprop="image" content="$img.icon.path$">
  46. <meta property="og:image" content="$img.icon.path$">
  47. <meta name="twitter:image" content="$img.icon.path$">
  48. $endif$
  49. <!-- Meta Tags Generated via http://heymeta.com -->
  50. <!-- Style sheet -->
  51. <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
  52. <style type="text/css">
  53. code{white-space: pre-wrap;}
  54. span.smallcaps{font-variant: small-caps;}
  55. span.underline{text-decoration: underline;}
  56. div.column{display: inline-block; vertical-align: top; width: 50%;}
  57. $if(quotes)$
  58. q { quotes: "“" "”" "‘" "’"; }
  59. $endif$
  60. </style>
  61. $if(highlighting-css)$
  62. <style type="text/css">
  63. $^$$highlighting-css$
  64. </style>
  65. $endif$
  66. $for(css)$
  67. <link rel="stylesheet" href="$css$" />
  68. $endfor$
  69. $if(math)$
  70. $^$$math$
  71. $endif$
  72. $for(header-includes)$
  73. $^$$header-includes$
  74. $endfor$
  75. </head>
  76. $^$${navbar()}
  77. <body>
  78. $for(include-before)$
  79. $^$$include-before$
  80. $endfor$
  81. <main role="main" class="container">
  82. $if(title)$
  83. <header id="title-block-header" class="focus-center">
  84. <h1 class="title">$title$</h1>
  85. $if(img.main)$
  86. <img class="img-fluid rounded" src="$img.main.path$"$if(img.main.alt)$ alt="$img.main.alt$"$endif$>
  87. $elseif(img.icon)$
  88. <img class="img-fluid rounded" src="$img.icon.path$"$if(img.icon.alt)$ alt="$img.icon.alt$"$endif$>
  89. $endif$
  90. $if(subtitle)$
  91. <h2 class="subtitle">$subtitle$</h2>
  92. $endif$
  93. $for(author)$
  94. <p class="author">$author$</p>
  95. $endfor$
  96. $if(content-date)$
  97. <p class="date" title="Date du contenu présenté">$content-date$</p>
  98. $endif$
  99. $if(content-description)$
  100. <p class="lead">$content-description$</p>
  101. $endif$
  102. </header>
  103. $endif$
  104. $if(toc)$
  105. <nav id="$idprefix$TOC">
  106. $^$$table-of-contents$
  107. </nav>
  108. $endif$
  109. $^$$body$
  110. $if(list)$
  111. <div class="card-columns">
  112. $^$${ list:card() }
  113. </div>
  114. $endif$
  115. </main>
  116. $for(include-after)$
  117. $^$$include-after$
  118. $endfor$
  119. $^$${footer()}
  120. </body>
  121. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
  122. integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
  123. crossorigin="anonymous"></script>
  124. <script src="/include/js/bootstrap.js"></script>
  125. </html>