diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-31 11:33:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-31 11:33:49 +0200 |
commit | 8ee25e17b88b970703f4df9e74cb4726bbffd837 (patch) | |
tree | 450d73715c747c82efe6c919ebeda6411c01c5e0 /client/src/app/+home/home.component.html | |
parent | 15f35256af15b97d2298cc44e76ffcafe73a1c88 (diff) | |
download | PeerTube-8ee25e17b88b970703f4df9e74cb4726bbffd837.tar.gz PeerTube-8ee25e17b88b970703f4df9e74cb4726bbffd837.tar.zst PeerTube-8ee25e17b88b970703f4df9e74cb4726bbffd837.zip |
Add ability to set custom markdown in description
Diffstat (limited to 'client/src/app/+home/home.component.html')
-rw-r--r-- | client/src/app/+home/home.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+home/home.component.html b/client/src/app/+home/home.component.html index 645b9dc69..dfce46618 100644 --- a/client/src/app/+home/home.component.html +++ b/client/src/app/+home/home.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <div class="root margin-content"> | 1 | <div class="root margin-content"> |
2 | <div #contentWrapper></div> | 2 | <my-custom-markup-container [content]="homepageContent"></my-custom-markup-container> |
3 | </div> | 3 | </div> |
4 | 4 | ||