Content Linking Between Posts

Djebel Static Content supports cross-referencing between posts using the (@dj:hash_id) syntax. This lets you link to other posts by their hash ID, and the plugin automatically resolves the URL and title.

Auto-Title Link

Use the bare syntax to automatically insert the linked post's title as the link text:

(@dj:85bcb973cd56)

This renders as a link with the target post's title.

Custom Link Text

Provide your own link text using markdown-style brackets:

[Click here to get started](@dj:85bcb973cd56)

Multiple Links in One Post

Reference several related posts:

- (@dj:85bcb973cd56)
- (@dj:871bc8a5dc5a)
- [Learn about customization](@dj:068af825861d)

Inline Usage

Links work inline with regular text:

For more information, see (@dj:85bcb973cd56) or check out (@dj:871bc8a5dc5a) for advanced topics.

Regular Markdown Links

Standard markdown links are not affected:

[Google](https://google.com)
[Local page](/some/path)

These render normally without any processing by the content linking feature.