-
-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can a carousel item be a link? #154
Comments
You can try adding it as a pull for sure |
I've just implemented this myself after a bit of searching. If you want to do it yourself you can do the following. Get the carousel patrial from here: https://github.com/devcows/hugo-universal-theme/blob/master/layouts/partials/carousel.html and add it to your site under the partials directory (if it's not there already) Update the caousel.html above to include an item from the markdown (I called mine .href) (As below)
Then add the href item to your markdown:
Hope this helps! |
* Fix for issue #154 - .href in md file specifies link for entire carousel item. * Fix for issue #154 - .href in md file specifies link for entire carousel item. * Updated README.md to include new href functionality. Updated customizable.yaml and features.yaml in exampleSite to provide examples. * Update faq link to be correct in features.yaml
closed by #343 |
Is there a URL option for each carousel item? To direct the visitor to a specific page?
The text was updated successfully, but these errors were encountered: