Skip to content

Commit ddcffa8

Browse files
authored
Merge pull request #607 from typelevel/blog-bio-rendering
2 parents 5aa00b9 + a857558 commit ddcffa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/blog/default.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</div>
2121
</div>
2222
<div class="bulma-section bulma-container bulma-is-max-desktop">
23-
<div class="bulma-columns">
23+
<div class="bulma-grid bulma-is-col-min-12 bulma-is-column-gap-2 bulma-is-row-gap-2">
2424
@:for(author)
25-
<div class="bulma-column">
25+
<div class="bulma-cell">
2626
@:include(/templates/bio.template.html) { render-bio = true }
2727
</div>
2828
@:@

src/templates/bio.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@:if(_.render-bio)
1414
@:for(_.bio)
1515
<br />
16-
${_.bio}
16+
<span class="hyphenate">${_.bio}</span>
1717
@:@
1818
@:@
1919
@:if(_.render-title)

0 commit comments

Comments
 (0)