|
12 | 12 |
|
13 | 13 | <title>[Field Note Title] | Cliffable</title> |
14 | 14 |
|
15 | | - <meta name="description" |
16 | | - content="[Short SEO description of the article.]"> |
| 15 | + <meta name="description" content="[Short SEO description of the article.]"> |
17 | 16 |
|
18 | 17 | <meta name="robots" content="noindex, nofollow"> |
19 | 18 |
|
20 | | - <link rel="canonical" |
21 | | - href="https://cliffable.com/field-notes/[field-note-file-name].html"> |
| 19 | + <link rel="canonical" href="https://cliffable.com/field-notes/[field-note-file-name].html"> |
| 20 | + |
| 21 | + <!-- Google Fonts --> |
| 22 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 23 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 24 | + <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet"> |
22 | 25 |
|
23 | 26 | <link rel="stylesheet" href="../styles.css"> |
24 | 27 |
|
|
52 | 55 |
|
53 | 56 | <div class="logo"> |
54 | 57 | <a href="/"> |
55 | | - <img src="/assets/logos/cliffable-logo-white-v2.svg" |
56 | | - alt="Cliffable logo" |
57 | | - height="60"> |
| 58 | + <img src="/assets/logos/cliffable-logo-white-v2.svg" alt="Cliffable logo" height="60"> |
58 | 59 | </a> |
59 | 60 | </div> |
60 | 61 |
|
@@ -97,8 +98,7 @@ <h1>[Field Note Title]</h1> |
97 | 98 | <section class="field-note-featured-image"> |
98 | 99 | <div class="container field-note-container"> |
99 | 100 |
|
100 | | - <a href="../assets/images/field-notes/[article-folder]/[hero-image-file]" |
101 | | - class="lightbox-trigger"> |
| 101 | + <a href="../assets/images/field-notes/[article-folder]/[hero-image-file]" class="lightbox-trigger"> |
102 | 102 |
|
103 | 103 | <img src="../assets/images/field-notes/[article-folder]/[hero-image-file]" |
104 | 104 | alt="[Featured image description]"> |
@@ -199,15 +199,11 @@ <h2>Related project</h2> |
199 | 199 | Email |
200 | 200 | </a> |
201 | 201 |
|
202 | | - <a href="https://www.linkedin.com/in/cliff-smith-london/" |
203 | | - target="_blank" |
204 | | - rel="noopener noreferrer"> |
| 202 | + <a href="https://www.linkedin.com/in/cliff-smith-london/" target="_blank" rel="noopener noreferrer"> |
205 | 203 | LinkedIn |
206 | 204 | </a> |
207 | 205 |
|
208 | | - <a href="https://github.com/cliffable" |
209 | | - target="_blank" |
210 | | - rel="noopener noreferrer"> |
| 206 | + <a href="https://github.com/cliffable" target="_blank" rel="noopener noreferrer"> |
211 | 207 | GitHub |
212 | 208 | </a> |
213 | 209 |
|
|
0 commit comments