mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00

* Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
8 lines
283 B
HTML
8 lines
283 B
HTML
<div *ngIf="channel" class="channel">
|
|
<my-actor-avatar [channel]="channel" size="34"></my-actor-avatar>
|
|
|
|
<div class="display-name">{{ channel.displayName }}</div>
|
|
<div class="username">{{ channel.name }}</div>
|
|
|
|
<div class="description">{{ channel.description }}</div>
|
|
</div>
|