From: Sarah Conway Schnurr Date: Mon, 29 Jul 2019 20:18:50 +0000 (-0700) Subject: Restructure how Twitter handles are displayed X-Git-Url: http://git.postgresql.org/gitweb/static/benefitdownload/file?a=commitdiff_plain;h=738a2a60c3e2244bbe1b114fc78ed0dc825e8d40;p=pgopen2019.git Restructure how Twitter handles are displayed --- diff --git a/templates/context.json b/templates/context.json index 8c34c75..b373e2b 100644 --- a/templates/context.json +++ b/templates/context.json @@ -30,7 +30,6 @@ "largelogo": "cybertec.png", "badgelogo": "cybertec.png", "link": "https://www.cybertec-postgresql.com/en/", - "intro": "Cybertec", "twitter": "@PostgresSupport" } ], @@ -42,7 +41,6 @@ "largelogo": "pgexperts.png", "badgelogo": "pgexperts.png", "link": "https://www.pgexperts.com/", - "intro": "PostgreSQL Experts", "twitter": "@pgexperts" } ], diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index 8dabfe1..b9d7651 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -17,7 +17,7 @@
{{p.name}}
- {{p.intro}} | {{p.twitter}} + {{p.intro}}
Twitter: {{p.twitter}}
{% endfor %} @@ -31,7 +31,7 @@
{{p.name}}
- {{p.intro}} | {{p.twitter}} + Twitter: {{p.twitter}}
{% endfor %} @@ -45,7 +45,7 @@
{{p.name}}
- {{p.intro}} | {{p.twitter}} + Twitter: {{p.twitter}}
{% endfor %} @@ -58,7 +58,7 @@
{{p.name}}
- {{p.intro}} | {{p.twitter}} + Twitter: {{p.twitter}}
{% endfor %} @@ -71,7 +71,7 @@
{{p.name}}
- {{p.intro}} | {{p.twitter}} + Twitter: {{p.twitter}}
{% endfor %} @@ -84,7 +84,7 @@
{{p.name}}
- {{p.intro}} + Twitter: {{p.twitter}}
{% endfor %}