Closed cjerrington closed 8 months ago
Name | Link |
---|---|
Latest commit | 5f80d4cd6a321910ba3881484857a119d90715ae |
Latest deploy log | https://app.netlify.com/sites/eleventy-excellent/deploys/65c14195904e6a00070e7b4a |
Deploy Preview | https://deploy-preview-34--eleventy-excellent.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I was looking at using the Excellent Eleventy design and moving my posts in, and realized the
/tags/{{ tag }}
was initially wrong.Having this set to
{{ tags[1] }}
will always pull the first tag. I have quite a few and while the tags were listed out, the links to the right/tags/
page was all set to the first item in the array.