ソースを参照

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

master
コミット
4a12c185a5
1個のファイルの変更1行の追加3行の削除
  1. +1
    -3
      inst/bulma/bulma.html

+ 1
- 3
inst/bulma/bulma.html ファイルの表示

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

読み込み中…
キャンセル
保存