We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef8b82 commit 4f1af87Copy full SHA for 4f1af87
_src/_includes/themes/apache/partials/_head.html
@@ -51,5 +51,7 @@
51
<link rel="shortcut icon" href="/assets/img/favicon.png">
52
53
<!-- allow github profile images -->
54
- <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: blob: https://avatars.githubusercontent.com/;">
+ {% if page.title == "Community" %}
55
+ <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: blob: https://avatars.githubusercontent.com/;">
56
+ {% endif %}
57
</head>
0 commit comments