# Extending the About page

**URL:** <https://meta.discourse.org/t/extending-the-about-page/110866>\
**Category:** Support\
**Created:** [March 6, 2019, 2:38pm UTC](https://meta.discourse.org/t/extending-the-about-page/110866 "2019-03-06T14:38:26Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [March 6, 2019, 3:29pm UTC](https://meta.discourse.org/t/extending-the-about-page/110866/5 "2019-03-06T15:29:40Z")

</div>

Good point. @DigitalStartup if you can wait and update Discourse later today or tomorrow, I’ve just added a plugin outlet ([FEATURE: Add about-after-description plugin outlet · discourse/discourse@5cf63e4 · GitHub](https://github.com/discourse/discourse/commit/5cf63e43c6d0bcf604cccc9d967cf393afc1bbcd)) that will simplify adding content (and make it more future-proof).

You’ll instead add this to `</head>`

```plaintext
<script type="text/x-handlebars" data-template-name="/connectors/about-after-description/custom-about">
  Custom HTML here
</script>

```

---

_[View the full topic](https://meta.discourse.org/t/extending-the-about-page/110866)._
