diff --git a/content/about.md b/content/about.md index afa5d37..478b3e9 100644 --- a/content/about.md +++ b/content/about.md @@ -4,8 +4,6 @@ date: 2018-10-25 draft: false --- -# About - CMtec was created back in 1999 by **Chritoffer Martinsson** in Helsingborg Sweden. The company has two focus areas: @@ -16,4 +14,15 @@ The company has two focus areas: * Music production (mastering, mixing and recording) Published on [SoundCloud](https://soundcloud.com/cmtec) +## Contributers + +CMtec has no employees. Instead the company is built on contributors that are making contributions on their own spare time. + +* **Christoffer Martinsson** + Main contributor and official head of CMtec. + Backgroud in electronic engineering and software development. + +* **Christian Martinsson** + Backgroud in game and software development. + If you have any questions please send us a email at [info@cmtec.se](mailto:info@cmtec.se) diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html index e574411..77e5247 100644 --- a/layouts/partials/list-item.html +++ b/layouts/partials/list-item.html @@ -15,10 +15,9 @@ {{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") | $.Scratch.Set "subtitle" }} {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} - +

{{ .Title }}

{{ $.Scratch.Get "subtitle" }}
{{ range .Params.tags }} {{ . }} - {{ end }} - + {{ end }}