Skip to content
Snippets Groups Projects
Commit 95f35b8b authored by akwizgran's avatar akwizgran
Browse files

Add jobs index page, exclude old job pages from index.

parent 33aa2118
No related branches found
No related tags found
1 merge request!43Add job pages
--- ---
title: Java Developer title: Java Developer
date: 2018-05-01T00:00:00+01:00 date: 2018-05-01T00:00:00+01:00
hide: 1
--- ---
Sorry, this position is no longer available. If you'd like to hear about Sorry, this position is no longer available. If you'd like to hear about
......
--- ---
date: 2018-05-01T00:00:00+02:00 date: 2018-05-01T00:00:00+02:00
title: Usability Consultant title: Usability Consultant
hide: 1
--- ---
Sorry, this position is no longer available. If you'd like to hear about Sorry, this position is no longer available. If you'd like to hear about
......
--- ---
date: 2018-05-01T00:00:00+01:00 date: 2018-05-01T00:00:00+01:00
title: UX Designer title: UX Designer
hide: 1
--- ---
Sorry, this position is no longer available. If you'd like to hear about Sorry, this position is no longer available. If you'd like to hear about
......
---
aliases:
- /hiring.html
title: Jobs
---
The Briar project is looking for the following people to join the team:
\ No newline at end of file
---
aliases:
- /hiring.html
title: Sorry, We're Not Currently Hiring
---
We don't currently have any paid positions available. If you'd like to
hear about future vacancies, please email {{<contactemail>}}.
If you're interested in getting involved as a volunteer, please [join
the development mailing
list](https://lists.sourceforge.net/lists/listinfo/briar-devel).
Translators can volunteer through our [Transifex
project](https://transifex.com/otf/briar).
{{ define "main" }} {{ define "main" }}
<h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }}</h1> <h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }}</h1>
{{ range first 10 .Pages.ByDate.Reverse }} {{ .Content }}
<h3 itemprop="headline" class="blog-post-title"> {{ range .Pages.ByDate.Reverse }}
<a href="{{.Permalink}}">{{.Title}}</a> {{ if not .Params.hide }}
</h3> <h3 itemprop="headline" class="blog-post-title">
<p class="blog-post-meta">{{.Date.Format "2006-01-02"}} <a href="{{.Permalink}}">{{.Title}}</a>
{{ if (isset .Params "author") }} </h3>
by {{ markdownify .Params.author }} <p class="blog-post-meta">{{.Date.Format "2006-01-02"}}
{{ end }} {{ if (isset .Params "author") }}
</p> by {{ markdownify .Params.author }}
{{ end }} {{ end }}
{{ .Content }} </p>
{{ end }}
{{ end }}
{{ end }} {{ end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment