tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

Two More Filters #4

Closed bluntelk closed 7 years ago

bluntelk commented 8 years ago

Hi Tyler,

I finally have had some time to implement a couple more filters.

This time I have done "Date" and "First"

Thanks

Jason

tyler-sommer commented 8 years ago

Thanks, @bluntelk! I know I've been slow at responding but I really appreciate these changes.

Would you please rebase your branch onto the latest commit in stick's master branch? That way we can get a nice clean history. You will need to force push your rebased branch, but this PR will pick up the changes, no problem.

Cheers

bluntelk commented 8 years ago

Hi Tyler,

I pulled all the changes in from upstream/master and it merged nicely with what I had done.

Is this good?

Thanks

tyler-sommer commented 7 years ago

Hi @bluntelk, I finally got around to merging this. I appreciate your effort on this, thank you for the contribution!