Comments on [F2U] Strawberry Milk All Comments

Is there any way i can add another character in the relationship box?

Each relation is labelled with numbers, the template only has 3 but you can copy-paste the code for a character as many as you like, there's no limit!

Here's a sample you can copy (replace [ Character ] with numbers, name or whatever you like so it's easier for you) ^_^

<!-- [ ## ] --------------->
<div class="row no-gutters">
<!-- AVATAR -->
<div class="col-12 col-md-3 hidden-xs-down p-1"><div class="card" style="height: 120px;

background: url(https://via.placeholder.com/200) center no-repeat; background-size: cover;">

</div></div>
<div class="col-12 col-md-9 p-1">
<div class="d-flex justify-content-between" style="letter-spacing: 1px;">

<!-- NAME | RELATIONSHIP -->
<span><a href="URL" style="color: #ffbfd2;">
Name</a> | Relationship</span>

<!-- HEARTS -->
<span style="color: #ffbfd2;"><i class="fas fa-heart fa-fw"></i><i class="fas fa-heart fa-fw"></i><i class="fas fa-heart fa-fw"></i><i class="far fa-heart fa-fw"></i><i class="far fa-heart fa-fw"></i></span>

</div><div class="my-1" style="border-bottom: 1px dashed #ffbfd2;"></div>
<div class="p-1 mb-1">

<!-- DESCRIPTION -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Porttitor eget dolor morbi non arcu risus. Integer vitae justo eget magna. Ac felis donec et odio pellentesque diam volutpat commodo.</p>

</div></div></div>
<!-- ------------------>