|
2 | 2 | <html lang="en"> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - <meta charset="utf-8"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <meta name="author" content="Harry Percival and Bob Gregory"> |
8 | | - <meta name="description" content=""> |
| 5 | + <title>{% block title %}cosmic_python{% endblock %}</title> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <meta name="author" content="Harry Percival and Bob Gregory"> |
| 9 | + <meta name="description" content=""> |
| 10 | + <meta property="og:title" content="cosmic_python" /> |
| 11 | + <meta property="og:type" content="website" /> |
| 12 | + <meta property="og:url" content="https://www.cosmicpython.com{% block url_path %}{% endblock %}" /> |
| 13 | + <meta property="og:image" content="https://www.cosmicpython.com/images/lobster-nebula.jpg" /> |
9 | 14 | <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> |
10 | 15 | <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css"> |
11 | 16 | <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css"> |
12 | 17 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pygments-css@1.0.0/friendly.css"> |
13 | 18 | <link rel="stylesheet" href="/styles.css"> |
| 19 | + |
14 | 20 | </head> |
15 | 21 |
|
16 | 22 | <body> |
17 | | - <main class="wrapper"> |
| 23 | + <main class="wrapper"> |
18 | 24 |
|
19 | | - <nav class="navigation"> |
20 | | - <section class="container"> |
21 | | - <a class="navigation-title" href="/"> |
22 | | - <h1 class="title">Cosmic Python</h1> |
23 | | - </a> |
| 25 | + <nav class="navigation"> |
| 26 | + <section class="container"> |
| 27 | + <a class="navigation-title" href="/"> |
| 28 | + <h1 class="title">Cosmic Python</h1> |
| 29 | + </a> |
24 | 30 | </section> |
25 | 31 | </nav> |
26 | 32 |
|
|
0 commit comments