Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

updates CFP OPEN footer to use time comparisons #641

Merged
merged 3 commits into from
Aug 27, 2018

Commits on Aug 24, 2018

  1. updates CFP OPEN footer to use time comparions

    The existing footer takes the current time (build time), casts it to a
    string, and compares it with the CFP start/end times which are also
    being re-cast to strings here (twice!).
    
    In order to allow us to use timezones as part of our comparison and not
    have the formatting involved in comparisons, use the `time` template
    function and directly compare against `now` without typecasting.
    
    ref https://gohugo.io/functions/time/
    ref https://gohugo.io/functions/now/
    tgross committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    76cf879 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Configuration menu
    Copy the full SHA
    d60c744 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    f9501fe View commit details
    Browse the repository at this point in the history