mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement links date
This commit is contained in:
parent
15dca91f8d
commit
13eb358d93
1 changed files with 9 additions and 5 deletions
|
|
@ -125,11 +125,15 @@ class Gemtext extends \Yggverse\Yoda\Abstract\Model\Gtk\Pango\Markup
|
|||
$prefix
|
||||
),
|
||||
$entity->getAddress(),
|
||||
sprintf(
|
||||
'%s %s',
|
||||
trim(
|
||||
implode(
|
||||
' ',
|
||||
[
|
||||
$prefix,
|
||||
$entity->getAlt() ? $entity->getAlt()
|
||||
: $entity->getAddress() // @TODO date
|
||||
$entity->getDate(),
|
||||
$entity->getAlt() ? $entity->getAlt() : $entity->getAddress()
|
||||
]
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue