diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 15:13:31 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 15:13:31 -0500 |
commit | 6004980567ab9e645c61ef7a127051aa227c3de2 (patch) | |
tree | dd4370a9054d66a902b2ce57c102d17179bf7dd5 /app | |
parent | 3e33f6f56b6b146528d400fb86b5f95274eec422 (diff) |
lttr: changed video insert function to include a link to youtube
Diffstat (limited to 'app')
-rw-r--r-- | app/lttr/templates/lttr/range_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html index f9ed313..54b0c2c 100644 --- a/app/lttr/templates/lttr/range_detail.html +++ b/app/lttr/templates/lttr/range_detail.html @@ -85,7 +85,7 @@ <header id="header" class="post-header"> <h1 class="p-name post-title" itemprop="headline">{{object.title|smartypants|safe}}</h1> <div class="post-dateline"> - <time class="dt-published published dt-updated post-date lttr-box" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">Image {{object.get_issue_str}} – {{object.pub_date|date:"F, Y"}}</span></time> + <time class="dt-published published dt-updated post-date lttr-box" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">Image {{object.get_issue_str}} – {{object.pub_date|date:"F j, Y"}}</span></time> <span class="hide" itemprop="author" itemscope itemtype="http://schema.org/Person">by <a class="p-author h-card" href="/about"><span itemprop="name">Scott Gilbertson</span></a></span> </div> </header> |