diff --git a/Local do Evento/index.md b/Local do Evento/index.md index cea5aca..b094fd2 100644 --- a/Local do Evento/index.md +++ b/Local do Evento/index.md @@ -9,18 +9,6 @@ nav: O I Congresso da Sociedade Brasileira de Biologia Evolutiva ocorrerá no campus da Universidade Federal do Paraná (UFPR) na cidade de Curitiba. -{% - include button.html - type="email" - text="jane@smith.com" - link="jane@smith.com" -%} -{% - include button.html - type="phone" - text="(555) 867-5309" - link="+1-555-867-5309" -%} {% include button.html type="address" diff --git a/_includes/figure.html b/_includes/figure.html index a426ff4..f7f21ae 100644 --- a/_includes/figure.html +++ b/_includes/figure.html @@ -22,4 +22,9 @@ {{ include.caption | markdownify | remove: "

" | remove: "

" }} {% endif %} + {% if include.subcaption %} +
+ {{ include.subcaption | markdownify | remove: "

" | remove: "

" }} +
+ {% endif %} diff --git a/_includes/list.html b/_includes/list.html index 6777343..fa10f11 100644 --- a/_includes/list.html +++ b/_includes/list.html @@ -28,6 +28,7 @@ authors=d.authors buttons=d.buttons caption=d.caption + subcaption=d.subcaption content=d.content date=d.date description=d.description diff --git a/_styles/figure.scss b/_styles/figure.scss index 3b3c6ef..550c9df 100644 --- a/_styles/figure.scss +++ b/_styles/figure.scss @@ -21,6 +21,11 @@ } .figure-caption { - font-style: italic; + font-style: normal; + text-align: center; +} + +.figure-subcaption { + font-style: normal; text-align: center; }