Responsive Google Maps
Usage
You just need to edit your hugo config file and your relevant markdown content file.
Hugo Config file
Add your gmaps url in your hugo config
file like
title: Hugo Air Theme
params:
gmaps_url: https://tinyurl.com/mr3uesbx
Markdown Content file
Add gmaps: true
in your markdown file
---
title: Responsive Google Maps
gmaps: true
---