Skip to content

Commit bff14a4

Browse files
committed
updated open graph tags, changed titles
1 parent 2ad5c17 commit bff14a4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

sarahjaine/templates/base.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
<head>
66
<meta charset="utf-8">
77
<meta http-equiv="x-ua-compatible" content="ie=edge">
8-
<meta name="description" content="">
8+
<meta name="description" content="Hello. I am a web developer living in Washington DC and these are some of my projects.">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
1111
<link rel="icon" href="/favicon.ico" type="image/x-icon">
1212

1313
{# Facebook Open Graph Tags #}
14-
<meta property="og:title" content="" />
14+
<meta property="og:title" content="SSarah-Jaine Szekeresh's Portfolio" />
1515
<meta property="og:site_name" content="" />
16-
<meta property="og:url" content="" />
17-
<meta property="og:description" content="" />
16+
<meta property="og:url" content="https://sarahjaine.com/" />
17+
<meta property="og:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects." />
1818
<meta property="fb:app_id" content="">
1919
<meta property="og:type" content="website" />
2020
<meta property="og:image" content="" />
2121

2222
{# Twitter Summary Card with Large Image tags #}
2323
<meta name="twitter:card" content="summary_large_image">
24-
<meta name="twitter:site" content="">
25-
<meta name="twitter:creator" content="">
26-
<meta name="twitter:title" content="">
27-
<meta name="twitter:description" content="">
24+
<meta name="twitter:site" content="@sarahjaine_sz">
25+
<meta name="twitter:creator" content="@sarahjaine_sz">
26+
<meta name="twitter:title" content="Sarah-Jaine Szekeresh's Portfolio">
27+
<meta name="twitter:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects.">
2828
<meta name="twitter:image" content="">
2929

3030
<link rel="stylesheet" href="{% static 'css/app.css' %}">

sarahjaine/templates/bio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'base.html' %}
22
{% load static from staticfiles %}
33

4-
{% block title %}Work{% endblock title %}
4+
{% block title %}About{% endblock title %}
55

66
{% block content %}
77

sarahjaine/templates/work_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base.html' %}
22

3-
{% block title %}Work{% endblock title %}
3+
{% block title %}{{ project.name }}{% endblock title %}
44

55
{% block content %}
66

0 commit comments

Comments
 (0)