Canonicalization

Is the canonical meta tag supported and how do you implement it?

Brad

Just put that in your theme.

but how to get it to change per page?

oh sorry missed that. You can do this:

<link rel="canonical" href="{{ page.url(true) }}" />

This will put the current page URL in there