Skip to content

A generator automatically make canonical tag for hexo.

License

Notifications You must be signed in to change notification settings

devtox/hexo-auto-canonical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-auto-canonical

Downloads npm LICENSE

A generator automatically make canonical link for hexo. You could use this module for your SEO of blog powered by hexo.

Installation

npm install --save hexo-auto-canonical

Usage

Add an auto canonical helper simply to your html's <head> block as follows:

with ejs,

<%- autoCanonical(config, page) %>

OR with jade,

| !{ autoCanonical(config, page) }

License

Copyright (c) 2016, HyunSeob. Licensed under the MIT license.

About

A generator automatically make canonical tag for hexo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%