sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

Linkable content #206

Open dkarlovi opened 5 months ago

dkarlovi commented 5 months ago
{{ yassg_url(article) }}
interface Linkable
{
    public function getLinkRouteName();
    public function getLinkRouteParameters();
}