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