Copyright
Add a custom copyright notice to your site footer with dynamic content that updates automatically.
Customization Steps#
- Navigate to ⛭ Settings → Design
- Click Customize
- Click Theme
- Find the Copyright field
- Enter your copyright text
- Click Save
Dynamic Variables#
Use these variables to add dynamic content that updates automatically:
| Variable | Description | Example Output |
|---|---|---|
{date} | Current year (updates automatically) | 2025 |
{siteTitle} | Your site name from Ghost settings | Awesome Blog |
{ghostLink} | Link to Ghost.org with "Ghost" text | Ghost |
Example#
Input:
© {date} My {siteTitle} · Powered by {ghostLink}
Output:
© 2024 My Awesome Blog · Powered by Ghost