@if (siteFaviconUrl(); as favicon) {
![]()
} @if (buildSiteUrl(hit.path); as pageUrl) {
{{ hit.path }}
} @else {
{{ hit.path }}
}
|
|
@if (hit.referrer) {
@if (referrerDomain(hit.referrer); as domain) { @if (faviconUrlForDomain(domain); as favicon) {
![]()
} } @if (buildReferrerUrl(hit.referrer); as referrerUrl) {
{{ displayReferrerUrl(hit.referrer) }}
} @else {
{{ hit.referrer }}
}
} @else {
{{ "common.direct" | transloco }}
}
|
768 ? 'pi pi-desktop' : 'pi pi-mobile'" aria-hidden="true">
{{ (hit.viewport_width ?? 0) > 768 ? ("common.devices.desktop" | transloco) : ("common.devices.mobile" | transloco) }}
|