## Overview
Enable users to add a [Web Monetization](https://webmonetization.org/) payment pointer to their blogs, and encourage WM use by making it easy for users to understand.
## Implementation
* On each collection store an attribute: `monetization_pointer`
* On collection and post rendering, if the attribute is present, include the `<meta name="monetization" content="$YourPaymentPointer" />` tag in the document `<head>`
### Design
Allow users to update this value via the blog Customize page.