Skip to content

Instantly share code, notes, and snippets.

@fizzvr
Forked from balupton/README.md
Created April 17, 2013 19:22
Show Gist options
  • Save fizzvr/5406984 to your computer and use it in GitHub Desktop.
Save fizzvr/5406984 to your computer and use it in GitHub Desktop.
# Requires
moment = require('moment').lang('fr') # set locale to french
# Define Configuration
docpadConfig =
templateData:
# Format the passed date, by default format like: Thursday, November 29 2012 3:53 PM
formatDate: (date,format='LLLL') -> return moment(date).format(format)
# Export Configuration
module.exports = docpadConfig
This document was last modified at: <%= @formatDate(@document.date) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment