diff --git a/content/testimonials/everysk/contents.lr b/content/testimonials/everysk/contents.lr new file mode 100644 index 0000000..d027f3e --- /dev/null +++ b/content/testimonials/everysk/contents.lr @@ -0,0 +1,5 @@ +client: Everysk +--- +testimonial: PyMC Labs worked with our research team to implement a complex Bayesian model for us that provided value by estimating characteristics of financial assets. Communication was seamless and they provided invaluable support when presenting this model to our own client. They are truly experts in Bayesian modeling and probabilistic programming and are a pleasure to work with. +--- +date: 2020-10-15 diff --git a/content/testimonials/robert-m-johnson/contents.lr b/content/testimonials/robert-m-johnson/contents.lr deleted file mode 100644 index 28fcd3d..0000000 --- a/content/testimonials/robert-m-johnson/contents.lr +++ /dev/null @@ -1,3 +0,0 @@ -client: Robert M Johnson ---- -testimonial: "If all algorithms were explained as clearly as this, I'd be so much further ahead in having all of these statistical tools in my mental toolbox." diff --git a/models/testimonial.ini b/models/testimonial.ini index 473bd2e..15d7058 100644 --- a/models/testimonial.ini +++ b/models/testimonial.ini @@ -10,3 +10,7 @@ type = string name = Testimonial description = A few words from the client that they have agreed we can showcase. type = markdown + +[fields.date] +name = date +type = date diff --git a/templates/macros/testimonial.html b/templates/macros/testimonial.html index d2d38f6..bfc59ca 100644 --- a/templates/macros/testimonial.html +++ b/templates/macros/testimonial.html @@ -1,8 +1,12 @@ {% macro render_testimonial(testimonial) %} - -
{{ testimonial.testimonial }}
+{{ testimonial.testimonial }}
+{{ testimonial.date }}
+