Skip to content

Commit fe50438

Browse files
committed
Fix unknown metadata report
1 parent 5491a88 commit fe50438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/report/unknown-meta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<p>Logos with unknown entries in their metadata</p>
66

77
{%- assign stdmeta = 'colors font guide images keywords logohandle noindex notes posted redirect_from sort tags title website wikipedia' | split: ' ' %}
8-
{%- assign jekyllmeta = 'content dir layout name path url' | split: ' ' %}
8+
{%- assign jekyllmeta = 'content dir excerpt layout name path url' | split: ' ' %}
99
{%- assign stdmeta = stdmeta | concat:jekyllmeta %}
10-
{%- assign todometa = 'angellist behance discord discourse dockerhub dribbble flickr flipboard gitter glassdoor keypass mastodon medium meetup opencollective slack slideshare snapchat soundcloud stackexchange stackoverflow vimeo vine weibo xing' | split: ' ' %}
10+
{%- assign todometa = 'angellist behance discord discourse dockerhub dribbble flickr flipboard gitter glassdoor keypass mastodon medium meetup opencollective other slack slideshare snapchat soundcloud stackexchange stackoverflow vimeo vine weibo xing' | split: ' ' %}
1111
{%- assign stdmeta = stdmeta | concat:todometa %}
1212
{%- for sm in site.data.socialmedia %}
1313
{%- assign smid = sm.id | split:' ' %}

0 commit comments

Comments
 (0)