Skip to content

Commit

Permalink
Removed Disqus integration
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 13, 2021
1 parent d5593e3 commit 7f4458e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 80 deletions.
6 changes: 4 additions & 2 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,17 @@ assets may also be put in the `overrides` directory:
├─ partials/
│ ├─ integrations/ # Third-party integrations
│ │ ├─ analytics/ # Analytics integrations
│ │ ├─ analytics.html # Analytics setup
│ │ └─ disqus.html # Disqus
│ │ └─ analytics.html # Analytics setup
│ ├─ languages/ # Translation languages
│ ├─ footer.html # Footer bar
│ ├─ header.html # Header bar
│ ├─ language.html # Translation setup
│ ├─ logo.html # Logo in header and sidebar
│ ├─ nav.html # Main navigation
│ ├─ nav-item.html # Main navigation item
│ ├─ page.html # Page
│ ├─ page-footer.html # Page footer
│ ├─ page-header.html # Page header
│ ├─ palette.html # Color palette
│ ├─ search.html # Search box
│ ├─ social.html # Social links
Expand Down
1 change: 0 additions & 1 deletion material/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}
{% block disqus %}{% endblock %}
12 changes: 0 additions & 12 deletions material/partials/integrations/disqus.html

This file was deleted.

1 change: 0 additions & 1 deletion material/partials/page-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
) %}
{% include "partials/source-file.html" %}
{% endif %}
{% include "partials/integrations/disqus.html" %}
3 changes: 0 additions & 3 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}

<!-- Disqus integration -->
{% block disqus %}{% endblock %}
58 changes: 0 additions & 58 deletions src/partials/integrations/disqus.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/partials/page-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@
) %}
{% include "partials/source-file.html" %}
{% endif %}

<!-- Disqus integration -->
{% include "partials/integrations/disqus.html" %}

0 comments on commit 7f4458e

Please sign in to comment.