Refonte de la page de services (fix #6).
This commit is contained in:
@@ -12,6 +12,7 @@ const marked = require('marked')
|
||||
const moment = require('moment')
|
||||
const permalinks = require('@metalsmith/permalinks')
|
||||
const rename = require('metalsmith-rename')
|
||||
const services = require('./metalsmith-tinuage-services')
|
||||
const sitemap = require('metalsmith-sitemap')
|
||||
const slug = require('slug')
|
||||
const statistics = require('./metalsmith-statistics-plugin')
|
||||
@@ -70,6 +71,7 @@ module.exports = new Metalsmith(config.paths.projectRoot)
|
||||
smartypants: true,
|
||||
xhtml: true
|
||||
}))
|
||||
.use(services())
|
||||
.use(excerpts())
|
||||
.use(permalinks({
|
||||
pattern: 'blog/:date/:title',
|
||||
|
||||
Reference in New Issue
Block a user