Add intro for Gold
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Thu, 1 Aug 2019 15:22:09 +0000 (08:22 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Thu, 1 Aug 2019 15:22:09 +0000 (08:22 -0700)
templates/pages/sponsors.html

index a913ddc975d8d25829a8ab6ef132d1d3cd0ce82d..caa6e8f40148aafcb1527f9931616ed46ffc29b2 100644 (file)
@@ -45,7 +45,7 @@
   <div class="col-md-6">
                <a href="{{p.link}}" target="_blank"><img id="sponsors" class="my-3" src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
                <div class="caption">
-                       <small><em>Twitter: <a href="https://twitter.com/{{p.twitter}}">@{{p.twitter}}</a></em></small>
+                       <small><em>{{p.intro}}</em><br><em>Twitter: <a href="https://twitter.com/{{p.twitter}}">@{{p.twitter}}</a></em></small>
                </div>
        </div>
 {% endfor %}