Support for UTM tags in transition graph as source sites.
This commit is contained in:
@@ -130,7 +130,7 @@ function buildTitleMap(pageTree) {
|
||||
|
||||
/** Last path segment for display; front page becomes a house icon. */
|
||||
function slugOf(path) {
|
||||
return path === '/' ? '🏠' : path.split('/').pop()
|
||||
return path === '/' ? '🏠︎' : path.split('/').pop()
|
||||
}
|
||||
|
||||
/** Host name of an external https origin, with scheme and www. stripped. */
|
||||
|
||||
Reference in New Issue
Block a user