Procházet zdrojové kódy

Fix #5 handle standard "author: name" in YAML

master
Garrick Aden-Buie před 7 roky
rodič
revize
4a12c185a5
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      inst/bulma/bulma.html

+ 1
- 3
inst/bulma/bulma.html Zobrazit soubor

@@ -105,15 +105,13 @@ $endif$ <!-- bulma.hero_links -->
$for(author)$
<div class="level-item has-text-centered">
<div>
$if(author.name)$
<p class="title is-5">
$if(author.url)$
<a href="$author.url$">$author.name$</a>
$else$
$author.name$
$if(author.name)$$author.name$$else$$author$$endif$
$endif$
</p>
$endif$
$if(author.extra)$
<p class="subtitle is-6">
$for(author.extra)$$author.extra$$sep$<br>$endfor$

Načítá se…
Zrušit
Uložit