Skip to content

Commit

Permalink
docs: TextLint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Oct 6, 2024
1 parent efe57ba commit 3a641fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Next in the Craft Control Panel, go to Settings->Plugins->Disqus and enter the S

All settings are also configurable via the `config.php` file, which is a multi-environment friendly way to store the default settings. Don’t edit this file, instead copy it to `craft/config` as `disqus.php` and make your changes there.

The **Lazy Load Disqus** settings lets you control whether the Disqus JavaScript will only be [lazily loaded](https://www.samclarke.com/lazy-loading-disqus/) when the user scrolls down to the comments. This is on my default for performance reasons, but you can disabled it if you need to.
The **Lazy Load Disqus** settings lets you control whether the Disqus JavaScript will only be [lazily loaded](https://www.samclarke.com/lazy-loading-disqus/) when the user scrolls down to the comments. This is on my default for performance reasons, but you can disabled it to.

### Single Sign On (SSO)

Expand Down Expand Up @@ -159,7 +159,7 @@ This will result in comments that are different for each language, and the Disqu

## Additional `<script>` Attributes

If you need to add additional attributes to the Disqus `<script>` that the Disqus plugin renders, you can do that via the `SCRIPT_ATTRIBUTES` parameter:
To add additional attributes to the Disqus `<script>` that the Disqus plugin renders, you can do that via the `SCRIPT_ATTRIBUTES` parameter:

```twig
{{ disqusEmbed(entry.slug ~ "_" ~ entry.locale, entry.title, entry.url, '', '', { class: "some-class" } ) }}
Expand Down

0 comments on commit 3a641fb

Please sign in to comment.