|
1 | | -{% load static from staticfiles %} |
| 1 | +{% load staticfiles %} |
2 | 2 |
|
3 | 3 | <!doctype html> |
4 | 4 | <html lang="en"> |
|
7 | 7 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
8 | 8 | <meta name="description" content="Hello. I am a web developer living in Washington DC and these are some of my projects."> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 | | - <link rel="icon" href="/favicon.ico" type="image/x-icon"> |
11 | 10 |
|
12 | 11 | {# Facebook Open Graph Tags #} |
13 | 12 | <meta property="og:title" content="Sarah-Jaine Szekeresh's Portfolio" /> |
14 | | - <meta property="og:site_name" content="" /> |
15 | 13 | <meta property="og:url" content="https://sarahjaine.com/" /> |
16 | 14 | <meta property="og:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects." /> |
17 | | - <meta property="fb:app_id" content=""> |
| 15 | + <meta property="fb:app_id" content="523707504468926"> |
18 | 16 | <meta property="og:type" content="website" /> |
19 | | - <meta property="og:image" content="" /> |
| 17 | + <meta property="og:image" content="{% static 'img/headshot_opengraph.jpg' %}" /> |
20 | 18 |
|
21 | 19 | {# Twitter Summary Card with Large Image tags #} |
22 | 20 | <meta name="twitter:card" content="summary_large_image"> |
23 | 21 | <meta name="twitter:site" content="@sarahjaine_sz"> |
24 | 22 | <meta name="twitter:creator" content="@sarahjaine_sz"> |
25 | 23 | <meta name="twitter:title" content="Sarah-Jaine Szekeresh's Portfolio"> |
26 | 24 | <meta name="twitter:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects."> |
27 | | - <meta name="twitter:image" content="{% static 'img/Lookup_sm.png' %}"> |
| 25 | + <meta name="twitter:image" content="{% static 'img/headshot_opengraph.jpg' %}"> |
28 | 26 |
|
29 | 27 | <link rel="stylesheet" href="{% static 'css/app.css' %}"> |
30 | 28 | <script src="{% static 'js/bundle.js' %}" async defer></script> |
|
0 commit comments