Add date field to posts
This commit is contained in:
parent
5f501fe8bc
commit
da8b032c6e
4 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Joining a List of Binaries in Erlang
|
||||
description: "Description and implementation of a function that joins a list of binaries."
|
||||
date: 2014-02-16 15:30:00 CET
|
||||
category: posts
|
||||
tags: [erlang, programming, english]
|
||||
image:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Exchange Reverse Proxy Using nginx
|
||||
description: "Simple nginx configuration that allows you to proxy most of Microsoft Exchange."
|
||||
date: 2014-02-17 21:45:00 CET
|
||||
category: posts
|
||||
tags: [nginx, exchange, ops, english]
|
||||
image:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Telegram and Security
|
||||
description: "Some links regarding Telegram and its security model."
|
||||
date: 2014-02-24 22:00:00 CET
|
||||
category: posts
|
||||
tags: [telegram, whatsapp, app, english]
|
||||
image:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Buffered Polyline
|
||||
description: "Blow up a polyline to search inside the generated polygon."
|
||||
date: 2014-03-23 20:00:00 CET
|
||||
category: posts
|
||||
tags: [javascript, programming, english]
|
||||
image:
|
||||
|
|
Loading…
Reference in a new issue