summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-01-23 11:40:13 -0600
committerluxagraf <sng@luxagraf.net>2019-01-23 11:40:13 -0600
commit98c7a7d7831cb898b764a28907594fdf969045f5 (patch)
tree4fe911c44c04fe84e4986fca769095afb77e3890 /design/templates
parentc64a7d332fc39d2da93e412c72c459e8085c4d6d (diff)
Fixed resume and pub builder
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/admin/buttons.html1
-rw-r--r--design/templates/archives/resume-pubs-by-pub.html8
-rw-r--r--design/templates/archives/resume-pubs.html4
-rw-r--r--design/templates/details/pubs.html4
-rw-r--r--design/templates/details/resume.html11
5 files changed, 18 insertions, 10 deletions
diff --git a/design/templates/admin/buttons.html b/design/templates/admin/buttons.html
index 3e8980d..d0d4f34 100644
--- a/design/templates/admin/buttons.html
+++ b/design/templates/admin/buttons.html
@@ -52,6 +52,7 @@
<li class="item"><a href="/admin/build/build?id=projects">Build Project Pages</a></li>
<li class="item"><a href="/admin/build/build?id=buildbooks">Build Books</a></li>
<li class="item"><a href="/admin/build/build?id=buildsightings">Build Sightings</a></li>
+ <li class="item"><a href="/admin/build/build?id=pubs">Build Publications</a></li>
<li class="item"><a href="/admin/build/build?id=resume">Build Resume</a></li>
<li class="item"><a href="/admin/build/build?id=src">Build src</a></li>
<li class="item"><a href="/admin/build/build?id=figments">Build Figments</a></li>
diff --git a/design/templates/archives/resume-pubs-by-pub.html b/design/templates/archives/resume-pubs-by-pub.html
index bb2c624..575313e 100644
--- a/design/templates/archives/resume-pubs-by-pub.html
+++ b/design/templates/archives/resume-pubs-by-pub.html
@@ -5,17 +5,19 @@
{% block pagetitle %} Publications | Resume{% endblock %}
{% block metadescription %} {% endblock %}
{%block bodyid%}class="resume" id="publications-archive"{%endblock%}
-
+{%block htmlclass%}class="detail"{% endblock %}
{% 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> &rarr; </li>
- <li><a href="/resume/">Resume</a> &rarr; </li>
- <li><a href="/resume/pubs/">Publications</a> &rarr; </li>
+ <li><a href="/work/">Work</a> &rarr; </li>
+ <li><a href="/work/pubs/">Publications</a> &rarr; </li>
<li>{{publisher}}</li>
</ul>
<main role="main">
<h1 class="entry-title publisher">(Most) Stories published in {{publisher}}</h1>
+ <article>
{{ publisher.body_html|safe|widont|smartypants}}
+ </article>
<hr />
<ul class="publications-list">{% for object in object_list %}
<li class="pub-title"><h3><a href="{{object.url}}">{{object.title|amp|smartypants|widont|safe}}</a></h3>
diff --git a/design/templates/archives/resume-pubs.html b/design/templates/archives/resume-pubs.html
index 332a812..26b4936 100644
--- a/design/templates/archives/resume-pubs.html
+++ b/design/templates/archives/resume-pubs.html
@@ -9,7 +9,7 @@
{% 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> &rarr; </li>
- <li><a href="/resume/">Resume</a> &rarr; </li>
+ <li><a href="/work/">Work</a> &rarr; </li>
<li>Publications</li>
</ul>
<main>
@@ -26,7 +26,7 @@
<time class="dt-published published dt-updated" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time> (<a href="{{object.get_absolute_url}}">local verson</a>)
</li>{%endif%}{% endfor %}
</ul>
- <a href="{% url "resume:live_publisher_redirect" pub.grouper|slugify %}">View all articles published by {{pub.grouper}}</a>
+ <a href="{% url "resume:list_by_publisher" pub.grouper|slugify %}">View all articles published by {{pub.grouper}}</a>
</li>{% endfor %}
</ul>
</main>
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> &rarr; </li>
- <li><a href="/resume">Resume</a>{% if object.title != "Resume" %} &rarr; {%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" %} &rarr; {%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> &rarr; </li>
+ <li><a href="/work/">Work</a> &rarr; </li>
+ <li>Resume</li>
+ </ul>
<article class="h-resume">
<div class="h-card head">
<header>