Guillermo Guerrero
Guillermo Guerrero
Since they changed the API it's not working the contact form with AJAX It will be adapt this part https://github.com/devcows/hugo-universal-theme/blob/3a20cfee9b78db6af8e7a02afc2c3936032cbee3/static/js/front.js#L31-L40 according formspree API https://help.formspree.io/hc/en-us/articles/360013470814-AJAX-Forms reference: https://github.com/devcows/hugo-universal-theme/pull/203
move the google analytics tracking to async: ``` {{ template "_internal/google_analytics_async.html" . }} ```
Hello, I override the props with the data in order to able to customize each item. Here is an example: ``` data = [ { id: "musica" itemLabelStyleSelected: {backgroundColor: "#F05F3E"}...
I added the file name when fires the file download.
Related with issue => https://github.com/socialpandas/sidekiq-priority/issues/11
- Added ensure interactors. - Missing call! method. - Added `_current_interactor_class` in the context.
Hello, according with this documentation: https://www.rubydoc.info/stdlib/net/Net%2FHTTP.start The opts parameters are not send in a correct order, also is not allowed to request though a proxy. Regards.