Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load all Post Heders #129

Open
fekberg opened this issue Oct 16, 2014 · 0 comments
Open

Load all Post Heders #129

fekberg opened this issue Oct 16, 2014 · 0 comments

Comments

@fekberg
Copy link
Contributor

fekberg commented Oct 16, 2014

Currently only a pre-defined number of post headers are loaded. I suggest that all of the post headers available should be loaded into a dictionary.

Imagine having the following post header:


---
layout: post
title: Don't deadlock with async and await
date: 2013-04-03 15:32
author: fekberg
comments: true
metadescription: Avoid deadlocking your applications when using async and await.
categories: .NET, C#
tags: async, await, csharp, deadlock, Programming

---

In this case, most of them are already defined and loaded by the parser, but tags is the one that isn't loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant