Skip to content

Commit

Permalink
Merge pull request #26 from Brendan-Lawton/master
Browse files Browse the repository at this point in the history
fixed bolding issue for site description
  • Loading branch information
Brendan-Lawton authored Jun 27, 2024
2 parents a01e4ef + ba141db commit 1367a68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sounding-board/src/views/SoundingBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
top-nav-bar

.heading
//- .sounding-board-description(v-if="yaml.description" v-html="yaml.description")
.sounding-board-description(v-if="yaml.description" v-html="'<b>' + yaml.description.slice(0,132) + '</b>' + yaml.description.slice(132,600)")

.sounding-board-description(v-if="yaml.description" v-html="yaml.description")

.header-description
.header-description-subtitle(v-for="item in yaml.descriptionOutput")
Expand Down

0 comments on commit 1367a68

Please sign in to comment.