diff options
Diffstat (limited to 'design/templates/details/resume.html')
-rw-r--r-- | design/templates/details/resume.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/design/templates/details/resume.html b/design/templates/details/resume.html index 860b03b..1608934 100644 --- a/design/templates/details/resume.html +++ b/design/templates/details/resume.html @@ -3,13 +3,13 @@ {% block pagetitle %}Scott Gilbertson - Curriculum Vitæ{%endblock%} {% block extrahead%} <meta name="twitter:card" content="summary"> - <meta name="twitter:title" content="Curriculum Vitæ"> + <meta name="twitter:title" content="Resume of Scott Gilbertson"> <meta name="twitter:description" content="luxagraf.net is the personal web site of Scott gilbertson."> <meta name="twitter:site:id" content="9469062"> <meta name="twitter:creator:id" content="9469062"> <meta property="og:type" content="article"/> - <meta property="og:title" content="Scott Gilbertson - Curriculum Vitæ"/> - <meta property="og:url" content="http://luxagraf.net/resume/cv"/> + <meta property="og:title" content="Scott Gilbertson - Resume"/> + <meta property="og:url" content="http://luxagraf.net/work/resume/"/> <meta property="og:description" content="luxagraf.net is the personal web site of Scott gilbertson."> <meta property="article:author" content="Scott Gilbertson"/> <meta property="og:site_name" content="luxagraf.net"/> @@ -20,6 +20,11 @@ {%block htmlclass %}class="detail"{%endblock%} {% block primary %} <main role="main" id="content"> + <ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> + <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> + <li><a href="/work/">Work</a> → </li> + <li>Resume</li> + </ul> <article class="h-resume"> <div class="h-card head"> <header> |