File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
< %- rss = "recent"; rss_title = 'Recent CPAN Uploads - MetaCPAN' %>
2
2
< %- canonical = "/" %>
3
+ < script type ="application/ld+json ">
4
+ [
5
+ {
6
+ "@context" : "https://schema.org" ,
7
+ "@type" : "WebSite" ,
8
+ "name" : "MetaCPAN" ,
9
+ "url" : "/" ,
10
+ "image" : "/static/icons/metacpan-icon-large.png"
11
+ "potentialAction" : {
12
+ "@type" : "SearchAction" ,
13
+ "target" : "/search?q={query}" ,
14
+ "query-input" : "required name=query" ,
15
+ "query" : "required"
16
+ }
17
+ }
18
+ ]
19
+ </ script >
3
20
4
21
< div align ="center " class ="home ">
5
22
< a href ="/ " class ="big-logo " alt ="meta::cpan "> </ a >
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ my %files = (
73
73
' 2a9659e15773869426894fe38acff4b797e17b65' ,
74
74
' root/static/icons/metacpan-icon.png' =>
75
75
' 1b893940fe0107f9e9da5c50a40320c26f25774a' ,
76
+ ' root/static/icons/metacpan-icon-large.png' =>
77
+ ' b0697c267731b7ee53e8e7a3bbd9f6476c0ba29a' ,
76
78
' root/static/icons/package.png' =>
77
79
' cbb30244c85540bedd8761b1394cb5162c98c6b6' ,
78
80
' root/static/icons/page_white.png' =>
You can’t perform that action at this time.
0 commit comments