File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
tbx/project_styleguide/templates/patterns Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 2929
3030 {% block meta_tags %}{% endblock %}
3131
32+ {% block extra_jsonld %}{% endblock %}
33+
3234 < link rel ="stylesheet " type ="text/css " href ="{% static 'css/main.css' %} ">
3335
3436 {# Add syntax highlighting for gists if a gist exists within a raw html streamfield #}
Original file line number Diff line number Diff line change 11{% extends "patterns/base_page.html" %}
22{% load wagtailcore_tags wagtailimages_tags navigation_tags static %}
33
4+ {% block extra_jsonld %}
5+ < script type ="application/ld+json ">
6+ {
7+ "@context" : "https://schema.org" ,
8+ "@type" : "Organization" ,
9+ "name" : "Torchbox" ,
10+ "url" : "https://torchbox.com/" ,
11+ "logo" : "https://torchbox.com/apple-touch-icon.png" ,
12+ "sameAs" : [
13+ "https://bsky.app/profile/torchbox.com" ,
14+ "https://www.linkedin.com/company/torchbox" ,
15+ "https://www.instagram.com/torchboxltd/"
16+ ]
17+ }
18+ </ script >
19+ {% endblock extra_jsonld %}
20+
421{% block content %}
522
623 < div class ="swirls ">
You can’t perform that action at this time.
0 commit comments