Explorar el Código

Add date

master
Garrick Aden-Buie hace 7 años
padre
commit
a9b934575c
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      inst/bulma/bulma.html

+ 4
- 1
inst/bulma/bulma.html Ver fichero

@@ -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)$

Cargando…
Cancelar
Guardar