About¶
The about page provides information about the CKAN instance and the organization behind it.
Overview¶
The about page typically displays:
- Portal's description
- Contact information
- Links to related resources
- Custom about text from configuration
Screenshots

URL Pattern¶
Example:
Purpose¶
The about page serves to:
- Introduce the organization/portal to visitors
- Provide contact and attribution information
- Explain the purpose and scope of the data portal
- Link to related resources and documentation
Actions Available¶
| Action | Description |
|---|---|
| View organization info | Read about the portal |
| Navigate back | Return to home page |
Content Sources¶
The about page content can come from:
-
Configuration (
ckan.site_about): -
Template Override:
- Directly edit
templates/home/about.html - Use Jinja2 includes for modular content
- Directly edit
-
Translation Files:
- Override translatable strings
- Provide localized content
Related Pages¶
- Home Page - Main landing page
- Admin Config - Configure site about text
- Error Pages - Error handling