Selaa lähdekoodia

Add date

master
Garrick Aden-Buie 7 vuotta sitten
vanhempi
commit
a9b934575c
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      inst/bulma/bulma.html

+ 4
- 1
inst/bulma/bulma.html Näytä tiedosto

@@ -63,7 +63,10 @@ $if(title)$
<h1 class="title is-1 toc-ignore">$title$</h1>
$endif$
$if(subtitle)$
<h1 class="subtitle is-3 toc-ignore"><em>$subtitle$</em></h1>
<h2 class="subtitle is-3 toc-ignore"><em>$subtitle$</em></h2>
$endif$
$if(date)$
<h3 class="subtitle is-5 toc-ignore">$date$</h3>
$endif$
$if(header-links)$
$for(header-links)$

Loading…
Peruuta
Tallenna