Jamie Blacker

Results 3 issues of Jamie Blacker

Passing title: false as an attribute to the htmlLink method will suppress the output of a title attribute. See for why: https://silktide.com/i-thought-title-text-improved-accessibility-i-was-wrong/

I have a map showing (ideally) every marker from within a channel of restaurants. There are a total of 80 markers across 76 entries. In the database, I can see...

Using the fieldtype in a field called groupAddress works brilliantly, unless Google Maps can't find the location. ``` {% set location = craft.request.getParam('location') %} {% set params = { address:...