Skip to content
Snippets Groups Projects
Commit c8b855c0 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'add-latest-release-to-homepage' into 'master'

Add latest release to homepage

See merge request !59
parents dc318aa8 baba91a1
No related branches found
No related tags found
1 merge request!59Add latest release to homepage
--- ---
description: Secure messaging, anywhere description: Secure messaging, anywhere
title: Secure messaging, anywhere title: Secure messaging, anywhere
releaseVersion: 1.2.16
releaseDate: 27 February 2021
--- ---
<div class="intro"> <div class="intro">
<ul id="introlist"> <ul id="introlist">
......
{{ define "main" }} {{ define "main" }}
<h2>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }}</h2> <h2>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }}</h2>
<p><strong>Latest Release:</strong> Briar {{ .Params.releaseVersion }} ({{ .Params.releaseDate }})</p>
<p><strong>Latest News:</strong> <p><strong>Latest News:</strong>
{{ range first 1 (where .Site.RegularPages "Section" "news").ByDate.Reverse }} {{ range first 1 (where .Site.RegularPages "Section" "news").ByDate.Reverse }}
<a href="{{.Permalink}}">{{.Title}}</a> <a href="{{.Permalink}}">{{.Title}}</a>
......
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