From: Craig Kerstiens Date: Tue, 14 Aug 2018 14:04:59 +0000 (-0500) Subject: updating single post entry X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=306e803477f457c7a59b7f06bfcadb3d067320b2;p=pgopen2018.git updating single post entry --- diff --git a/templates/pages/blog_month_out_2018.html b/templates/pages/blog_month_out_2018.html index e386d64..6a8cd66 100644 --- a/templates/pages/blog_month_out_2018.html +++ b/templates/pages/blog_month_out_2018.html @@ -1,19 +1,19 @@ -

PostgresOpen is coming up in less than a month and we've got an exciting time planned. We're kicking off with tutorials on September 5th, followed by two days of talks ranging from talks by Postgres end users to committers talking about the latest and greatest performance advancements. This year the conference is again held in downtown San Francisco, make it easy to get to your hotel via quick Bart ride from the airport without ever needing to grab a car.

Many of you are already registered for the conference and all set, but for you stragglers out there you still hvae some time to get your tickets and reserve your hotel room. You'll want to make sure to grab you hotel room this week as the hotel block will run out by next week so make sure to secure your room so you can be right by all the conference activities

.

You can get your room at the conference rate at: https://book.passkey.com/event/49526018/owner/1150/home

+{%extends "base.html" %} +{%block title%}Blog | PostgresOpen 2018{%endblock%} +{%block pagetitle%}PostgresOpen 2018{%endblock%} +{%block content%} + +

Blog

+
+{%for blog in blogposts %} -

If you're already set on your conference ticket and hotel room there is still one other think you may want to consider: The tutorials. On Wednesday we'll be hosting six tutorials to help you get some hands on deep dive experience with various Postgres topics. This year our tutorials include:

+{% if blog.title == 'PostgresOpen less than a month away' %} + +

{{blog.title}}

+

Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}

+ {{blog.content|markdown}} +
+{% endif %} +{%endfor%} - - -

Note: You do need to register for tutorials in advance of the conference and cannot drop in day of, so please make sure to grab your registration now.

- -

Have any questions or things we can help with as you prepare to join us at PostgresOpen this year? Email us at program2018@postgresopen.org. We look forward to seeing you all there.

\ No newline at end of file +{% endblock %} \ No newline at end of file