We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1af87 commit 9f8bedeCopy full SHA for 9f8bede
1 file changed
_src/_includes/themes/apache/partials/_head.html
@@ -50,8 +50,8 @@
50
<!-- favicons -->
51
<link rel="shortcut icon" href="/assets/img/favicon.png">
52
53
- <!-- allow github profile images -->
54
- {% if page.title == "Community" %}
+ {% if page.path contains "community" %}
+ <!-- allow github profile images, only in community page -->
55
<meta http-equiv="Content-Security-Policy" content="img-src 'self' data: blob: https://avatars.githubusercontent.com/;">
56
{% endif %}
57
</head>
0 commit comments