Skip to content
Snippets Groups Projects
Commit 4193947b authored by julientaq's avatar julientaq
Browse files

fix headers in single page

parent 3f1688d0
No related branches found
No related tags found
No related merge requests found
Pipeline #31068 passed with stages
in 1 minute and 18 seconds
--- ---
title: "Adam Hyde recieves Open Source Award" title: "Adam Hyde recieves Open Source Award"
date: 2022-02-02 date: 2022-02-02
intro: Coko Founder Adam Hyde recieves Open Source Award for "Exceptional Leadership" intro: Coko Founder Adam Hyde recieves Open Source Award for "Exceptional Leadership"
author: Adam Hyde author: Adam Hyde
tags: featured tags: featured
class: video: "https://peertube.coko.foundation/w/qyWKkQD17SLzcqAL7GKRKm"
class:
icon: "/images/uploads/nzosa-logo-large.png" icon: "/images/uploads/nzosa-logo-large.png"
--- ---
...@@ -12,7 +13,7 @@ icon: "/images/uploads/nzosa-logo-large.png" ...@@ -12,7 +13,7 @@ icon: "/images/uploads/nzosa-logo-large.png"
Coko Founder Adam Hyde was presented with a [New Zealand Open Source Award](https://nzosa.org.nz/) yesterday for "Exceptional FOSS leadership". Coko Founder Adam Hyde was presented with a [New Zealand Open Source Award](https://nzosa.org.nz/) yesterday for "Exceptional FOSS leadership".
Adam is originally from New Zealand but has been living outside the country until recently. Since 2007 Adam has founded many open source projects. In 2020 Adam returned to NZ to shelter from the pandemic in the small surf town of Raglan. From there Adam lives, surfs, and runs Coko. Adam is originally from New Zealand but has been living outside the country until recently. Since 2007 Adam has founded many open source projects. In 2020 Adam returned to NZ to shelter from the pandemic in the small surf town of Raglan. From there Adam lives, surfs, and runs Coko.
"I am super honored to recieve this award. I have been away from NZ for a long time and I didn't actually think folks here knew much of my work. So to get this is a real honor. I guess when the home team gives you a pat on the back it somehow feels very special" "I am super honored to recieve this award. I have been away from NZ for a long time and I didn't actually think folks here knew much of my work. So to get this is a real honor. I guess when the home team gives you a pat on the back it somehow feels very special"
-- Adam Hyde, Coko Founder -- Adam Hyde, Coko Founder
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<time datetime="{{article.date}}">{{article.data.date | postDate}}</time> <time datetime="{{article.date}}">{{article.data.date | postDate}}</time>
<span>#{{article.data.tags}}</span> <span>#{{article.data.tags}}</span>
</p> </p>
<figure><a href="{{article.url}}"> <figure class="introImg"><a href="{{article.url}}">
<img src="{{article.data.icon}}" alt="{{article.data.title}}"></a> <img src="{{article.data.icon}}" alt="{{article.data.title}}"></a>
</figure> </figure>
<h3><a href="{{article.url}}">{{article.data.title}}</a></h3> <h3><a href="{{article.url}}">{{article.data.title}}</a></h3>
......
...@@ -2,14 +2,3 @@ ...@@ -2,14 +2,3 @@
{% block content %}
{% if "About" in title %}
<section class="introduction">{{ introduction | markdownify | safe }}</section>
{% endif %}
<article>
{{content | safe}}
</article>
{% endblock %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment