## Available Layouts You can change the layout of your quotes without any manual customization. Use `?layout=LAYOUT` parameter like so :- ```md ![Quote](https://github-readme-quotes-bay.vercel.app/quote?layout=socrates) ``` ### Layouts - default
![Quote](https://github-readme-quotes-bay.vercel.app/quote) - socrates
![Quote](https://github-readme-quotes-bay.vercel.app/quote?layout=socrates) - churchill
![Quote](https://github-readme-quotes-bay.vercel.app/quote?layout=churchill&theme=merko) - samuel
![Quote](https://github-readme-quotes-bay.vercel.app/quote?layout=samuel) - zues (Note: This layout does not have theme customization.)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?layout=zues) Wanted to add a new layout? Consider reading the [contribution guidelines](../CONTRIBUTING.md#themes-contribution) :D You can add your new layouts [here](./layout.js).