|
1 | | -<nav class="nhsnotify-breadcrumb" aria-label="Breadcrumb"> |
| 1 | +<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb"> |
2 | 2 |
|
3 | 3 | <!-- Desktop breadcrumb --> |
4 | 4 |
|
5 | 5 | <ol class="nhsuk-breadcrumb__list"> |
| 6 | + |
6 | 7 | <!-- Level 1 --> |
7 | 8 | <li class="nhsuk-breadcrumb__item"> |
8 | 9 | <a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/">Home</a> |
9 | | - |
10 | 10 | </li> |
11 | | - <svg class='nhsuk-icon nhsnotify-breadcrumb-chevron' xmlns='http://www.w3.org/2000/svg' fill='#aeb7bd' height='18' |
12 | | - width='18' viewBox='0 0 24 24' aria-hidden='true'> |
13 | | - <path |
14 | | - d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'> |
15 | | - </path> |
16 | | - </svg> |
| 11 | + |
17 | 12 | <!-- Level 2 --> |
18 | 13 | {% if page.parent == "Features" %} |
19 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/features">Features</a> |
| 14 | + <li class="nhsuk-breadcrumb__item"> |
| 15 | + <a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/features">Features</a> |
20 | 16 | </li> |
21 | | - <svg class='nhsuk-icon nhsnotify-breadcrumb-chevron' xmlns='http://www.w3.org/2000/svg' fill='#aeb7bd' height='18' |
22 | | - width='18' viewBox='0 0 24 24' aria-hidden='true'> |
23 | | - <path |
24 | | - d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'> |
25 | | - </path> |
26 | | - </svg> |
27 | 17 | {% endif %} |
| 18 | + |
28 | 19 | {% if page.parent == "Pricing" %} |
29 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/pricing">Pricing</a> |
| 20 | + <li class="nhsuk-breadcrumb__item"> |
| 21 | + <a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/pricing">Pricing</a> |
30 | 22 | </li> |
31 | | - <svg class='nhsuk-icon nhsnotify-breadcrumb-chevron' xmlns='http://www.w3.org/2000/svg' fill='#aeb7bd' height='18' |
32 | | - width='18' viewBox='0 0 24 24' aria-hidden='true'> |
33 | | - <path |
34 | | - d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'> |
35 | | - </path> |
36 | | - </svg> |
37 | 23 | {% endif %} |
| 24 | + |
38 | 25 | {% if page.parent == "Using NHS Notify" %} |
39 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/using-nhs-notify">Using |
40 | | - NHS Notify</a> |
| 26 | + <li class="nhsuk-breadcrumb__item"> |
| 27 | + <a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/using-nhs-notify">Using NHS Notify</a> |
41 | 28 | </li> |
42 | | - <svg class='nhsuk-icon nhsnotify-breadcrumb-chevron' xmlns='http://www.w3.org/2000/svg' fill='#aeb7bd' height='18' |
43 | | - width='18' viewBox='0 0 24 24' aria-hidden='true'> |
44 | | - <path |
45 | | - d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'> |
46 | | - </path> |
47 | | - </svg> |
48 | 29 | {% endif %} |
| 30 | + |
49 | 31 | {% if page.parent == "Support" %} |
50 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/support">Support</a> |
| 32 | + <li class="nhsuk-breadcrumb__item"> |
| 33 | + <a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/support">Support</a> |
51 | 34 | </li> |
52 | | - <svg class='nhsuk-icon nhsnotify-breadcrumb-chevron' xmlns='http://www.w3.org/2000/svg' fill='#aeb7bd' height='18' |
53 | | - width='18' viewBox='0 0 24 24' aria-hidden='true'> |
54 | | - <path |
55 | | - d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'> |
56 | | - </path> |
57 | | - </svg> |
58 | 35 | {% endif %} |
| 36 | + |
59 | 37 | {% if page.parent == "Get started" %} |
60 | | - <li class="nhsuk-breadcrumb__item"><a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/get-started">Get |
61 | | - started</a> |
| 38 | + <li class="nhsuk-breadcrumb__item"> |
| 39 | + <a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/get-started">Get started</a> |
62 | 40 | </li> |
63 | | - <svg class='nhsuk-icon nhsnotify-breadcrumb-chevron' xmlns='http://www.w3.org/2000/svg' fill='#aeb7bd' height='18' |
64 | | - width='18' viewBox='0 0 24 24' aria-hidden='true'> |
65 | | - <path |
66 | | - d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'> |
67 | | - </path> |
68 | | - </svg> |
69 | 41 | {% endif %} |
| 42 | + |
70 | 43 | </ol> |
71 | 44 |
|
72 | 45 | <!-- Mobile breadcrumb back --> |
73 | 46 |
|
74 | 47 | <p class="nhsuk-breadcrumb__back"> |
| 48 | + |
75 | 49 | <!-- Features --> |
76 | 50 | {% if page.title == "Features" %} |
77 | 51 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/"> |
78 | 52 | <span class="nhsuk-u-visually-hidden">Back to </span> |
79 | 53 | Home |
80 | 54 | </a> |
81 | 55 | {% endif %} |
| 56 | + |
82 | 57 | {% if page.parent == "Features" %} |
83 | 58 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/features"> |
84 | 59 | <span class="nhsuk-u-visually-hidden">Back to </span> |
85 | 60 | Features |
86 | 61 | </a> |
87 | 62 | {% endif %} |
| 63 | + |
88 | 64 | <!-- Pricing --> |
89 | 65 | {% if page.title == "Pricing" %} |
90 | 66 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/"> |
91 | 67 | <span class="nhsuk-u-visually-hidden">Back to </span> |
92 | 68 | Home |
93 | 69 | </a> |
94 | 70 | {% endif %} |
| 71 | + |
95 | 72 | {% if page.parent == "Pricing" %} |
96 | 73 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/pricing"> |
97 | 74 | <span class="nhsuk-u-visually-hidden">Back to </span> |
98 | 75 | Pricing |
99 | 76 | </a> |
100 | 77 | {% endif %} |
| 78 | + |
101 | 79 | <!-- Using NHS Notify --> |
102 | 80 | {% if page.title == "Using NHS Notify" %} |
103 | 81 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/"> |
104 | 82 | <span class="nhsuk-u-visually-hidden">Back to </span> |
105 | 83 | Home |
106 | 84 | </a> |
107 | 85 | {% endif %} |
| 86 | + |
108 | 87 | {% if page.parent == "Using NHS Notify" %} |
109 | 88 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/using-nhs-notify"> |
110 | 89 | <span class="nhsuk-u-visually-hidden">Back to </span> |
111 | 90 | Using NHS Notify |
112 | 91 | </a> |
113 | 92 | {% endif %} |
| 93 | + |
114 | 94 | <!-- Support --> |
115 | 95 | {% if page.title == "Support" %} |
116 | 96 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/"> |
117 | 97 | <span class="nhsuk-u-visually-hidden">Back to </span> |
118 | 98 | Home |
119 | 99 | </a> |
120 | 100 | {% endif %} |
| 101 | + |
121 | 102 | <!-- Get started --> |
122 | 103 | {% if page.title == "Get started" %} |
123 | 104 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/"> |
124 | 105 | <span class="nhsuk-u-visually-hidden">Back to </span> |
125 | 106 | Home |
126 | 107 | </a> |
127 | 108 | {% endif %} |
| 109 | + |
128 | 110 | {% if page.parent == "Get started" %} |
129 | 111 | <a class="nhsuk-breadcrumb__backlink" href="{{site.baseurl}}/get-started"> |
130 | 112 | <span class="nhsuk-u-visually-hidden">Back to </span> |
131 | 113 | Get started |
132 | 114 | </a> |
133 | 115 | {% endif %} |
| 116 | + |
134 | 117 | </p> |
| 118 | + |
135 | 119 | </nav> |
0 commit comments