Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion personal/templates/personal/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 class="text-xl font-bold text-primary mb-3">{% if page %}{{ page.categories_
</div>

<div class="bg-primary-container text-white p-8 rounded-2xl">
<h2 class="text-xl font-bold mb-3">{% if page %}{{ page.founder_title }}{% else %}Founded by Ephraim Kanyandula{% endif %}</h2>
<h2 class="text-xl font-bold mb-3 text-white">{% if page %}{{ page.founder_title }}{% else %}Founded by Ephraim Kanyandula{% endif %}</h2>
<p class="text-white/80">{% if page %}{{ page.founder_body|linebreaksbr }}{% else %}NyasaBlog was created by Ephraim Kanyandula, a Malawian national, with the vision of building a platform that amplifies Malawian voices and showcases the best of Malawian creativity and innovation.{% endif %}</p>
</div>
</div>
Expand Down
Loading