File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 55< link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
66< link href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700 " rel ="stylesheet ">
77< link rel ="stylesheet " href ="{{ '/static/gen/style.css'|url }} ">
8+ < meta property ="og:site_name " content ="Creative Commons " />
9+ < meta property ="og:title " content ="{{ this.title }} " />
10+ < meta property ="og:description " content ="" />
11+ < meta property ="og:url " content ="{{ this|url }} " />
12+ < meta property ="og:type " content ="article " />
13+ {% set image = this.attachments.images.first() %}
14+ {% if image %}
15+ < meta property ="og:image " content ="{{ image|url(external=true)}} " />
16+ {% endif %}
17+ < meta name ="twitter:card " content ="summary_large_image " />
18+ < meta name ="twitter:title " content ="{{ this.title }} ">
19+ < meta name ="twitter:description " content ="">
20+ {% if image %}
21+ < meta name ="twitter:image " content ="{{ image|url(external=true) }} ">
22+ {% endif %}
23+ < meta name ="twitter:site " content ="@creativecommons ">
24+ < meta name ="twitter:creator " content ="@creativecommons ">
825< script src ="https://code.jquery.com/jquery-3.3.1.min.js " integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= " crossorigin ="anonymous "> </ script >
926< script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js " integrity ="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut " crossorigin ="anonymous "> </ script >
1027< script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js " integrity ="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k " crossorigin ="anonymous "> </ script >
You can’t perform that action at this time.
0 commit comments