The Link-Prefix and Link-Suffix tags work closely together. When Uriel needs to generate a list of links from a substitution parameter, the Link-Prefix and Link-Suffix header values define the strings that will be wrapped around each link in the generated list.
The default value of Link-Prefix is <p>
The default value of Link-Suffix is </p>
Link-Prefix and Link-Suffix are used by Uriel in the following situations:
Here are two example pages highlighting the difference between the defaults and using custom values:
Link-Prefix / Link-Suffix (default)
Link-Prefix / Link-Suffix (custom)
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | headers/link-prefix-link-suffix/index | nodes/headers/link-prefix-link-suffix/index |
| Template | default.html | templates/default.html |
| URL | /headers/link-prefix-link-suffix/ | public/headers/link-prefix-link-suffix/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| title | Link-Prefix / Link-Suffix |
| +-tags | * |
| breadcrumb-separator | » |
| canonical-url | https://documentation.uriel.foo |
| rss-description | Uriel Documentation |
| rss-image-height | 32 |
| rss-image-url | /favicon-32x32.png |
| rss-image-width | 32 |
| rss-max-entries | 50 |
| rss-title | Uriel Documentation |
| rss-url | /rss.xml |
| sitemap-max-entries | 10000 |
| sitemap-url | /sitemap.xml |
| tag-node | tag |
| tags | headers |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-05T20:53:02-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | headers/index |
| get_path() | headers/link-prefix-link-suffix/index |
| get_node_type() | file |
| get_url() | /headers/link-prefix-link-suffix/ |
| get_canonical_url() | https://documentation.uriel.foo/headers/link-prefix-link-suffix/ |
| get_name() | link-prefix-link-suffix |
| get_display_name() | Link Prefix Link Suffix |
| get_title() | Link-Prefix / Link-Suffix |
| get_escaped_title() | Link-Prefix / Link-Suffix |
| get_link() | <a href="/headers/link-prefix-link-suffix/">Link-Prefix / Link-Suffix</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/headers/link-prefix-link-suffix/">Link-Prefix / Link-Suffix</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['headers'] |
| get_dest_dir() | ./public/headers/link-prefix-link-suffix |
| get_dest_file() | ./public/headers/link-prefix-link-suffix/index.html |
| get_breadcrumb_separator() | » |