diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-08 20:34:23 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-08 20:34:23 -0600 |
commit | 3f258e5594a9cc462646e8e30b83ba5580f9ef9d (patch) | |
tree | 1463fac886316ccc16024062b5d991ecd7bfaec8 /design/templates/archives | |
parent | f0f3d2da7f538321b444035c23ef0ecf8c62bb7e (diff) |
cleaned up projects builder and templates, new CSS fonts
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html index 2ad2e37..738317f 100644 --- a/design/templates/archives/projects.html +++ b/design/templates/archives/projects.html @@ -20,7 +20,7 @@ <img sizes="(max-width: 850px) 100vw, (min-width: 851px) 720px" srcset="{{object.get_project_image|slice:"0:-4"}}_lg.jpg 1280w" src="{{object.get_project_image}}" alt="{{ object.title }}" class="post-image" /> </a> <div class="wide-wrapper"> - <h2 class="post-title"><a href="{{object.get_absolute_url}}" title="{{object.title}}">{{object.title|safe}} {{object.subtitle|safe}}</a></h2> + <h2 class="post-title"><a href="{{object.get_absolute_url}}" title="{{object.title}}">{{object.title|safe}}</a></h2> <div class="post-summary">{{object.lede|safe|smartypants}}</div> <a class="permalink" href="{{object.get_absolute_url}}">Explore ⇢</a> </div> |