@ -54,7 +54,7 @@ Resulting in the following `content` tree structure:
├── layouts
```
If already serving your site the Audiobooks section and page will immediately using the default block templates. To customize from default add a `list.html` and `single.html` to a `layouts/audiobook` directory in your site.
If already serving your site the Audiobooks section and page will appear immediately using the default block templates. To customize from default add a `list.html` and `single.html` to a `layouts/audiobook` directory in your site.
If the files don't exist yet, copy them from theme defaults:
@ -75,4 +75,4 @@ Resulting in the following `layouts` tree structure:
├── static
```
From there adjust the new `list.html` and `single.html` layouts, and leverage [Custom Styles](../custom-styles) and {{<externalhref="https://gohugo.io/content-management/archetypes/"text="Hugo Archetypes"/>}} to achieve the desired result.
From there adjust the new `list.html` and `single.html` layouts, and leverage [Custom Styles](../custom-styles) and reference {{<externalhref="https://gohugo.io/templates/"text="Hugo Templates"/>}} to achieve the desired result.
After Dark provides {{<externaltext="Open Graph Protocol"href="http://opengraphprotocol.org"/>}} and {{<externalhref="https://developer.twitter.com/en/docs/tweets/optimize-with-cards"text="Twitter Cards"/>}} metadata in pages to achieve rich sharing cards on Facebook, Twitter and more:


Adjust `author` in {{<externalhref="https://gohugo.io/getting-started/configuration/"text="Site Configuration"/>}} to specify name shown, if any:
Provide an {{<externalhref="https://instantview.telegram.org/"text="Instant View"/>}} for users sharing links to your site on Telegram.
To enable instant views for After Dark create an {{<externalhref="https://instantview.telegram.org/my/"text="Instant View Template"/>}} on the Telegram site using the following template:
After Dark provides a template guide to enable Telegram Instant Views for posts. Use it to create an {{<externalhref="https://instantview.telegram.org/my/"text="Instant View Template"/>}} on the Telegram site:
```yaml
# enable for items in the post section
@ -26,9 +24,9 @@ image_url: $cover/self::img/@src
# author and post date extracted automatically
```
Preview your result from the Telegram site:
Preview your results on the Telegram site:


Additionally, if your site has a telegram channel, you can specify it by setting the following in your site config:
@ -39,4 +37,4 @@ Additionally, if your site has a telegram channel, you can specify it by setting
Specifying a channel name allows Telegram users to join your channel with a single click from within an Instant View.
See the [Telegram Instant View](https://instantview.telegram.org/docs) docs for additional help and information.
See the {{<externalhref="https://instantview.telegram.org/"text="Instant View on Telegram"/>}} for additional information.