diff options
author | luxagraf <sng@luxagraf.net> | 2019-01-23 11:40:13 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-01-23 11:40:13 -0600 |
commit | 98c7a7d7831cb898b764a28907594fdf969045f5 (patch) | |
tree | 4fe911c44c04fe84e4986fca769095afb77e3890 /design/templates/details | |
parent | c64a7d332fc39d2da93e412c72c459e8085c4d6d (diff) |
Fixed resume and pub builder
Diffstat (limited to 'design/templates/details')
-rw-r--r-- | design/templates/details/pubs.html | 4 | ||||
-rw-r--r-- | design/templates/details/resume.html | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/design/templates/details/pubs.html b/design/templates/details/pubs.html index ff16bbe..c196a8d 100644 --- a/design/templates/details/pubs.html +++ b/design/templates/details/pubs.html @@ -8,8 +8,8 @@ {% block primary %}<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="/resume">Resume</a>{% if object.title != "Resume" %} → {%endif%}</li> - {% if object.title != "Resume" %}<li><a href="/resume/pubs/">Publications</a></li>{%endif%} + <li><a href="/work">Work</a>{% if object.title != "Resume" %} → {%endif%}</li> + {% if object.title != "Resume" %}<li><a href="/work/pubs/">Publications</a></li>{%endif%} </ul> <main> <article> 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> |