We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee5f09 commit 83f76d6Copy full SHA for 83f76d6
site/users/index.html.js
@@ -15,6 +15,8 @@ var Site = require('../_core/Site');
15
*
16
* Please include logos with transparent backgrounds with no extra margin in the image.
17
* If your logo is round, include `isRound: true` in your entry.
18
+ *
19
+ * Please leave a trailing comma after your entry to avoid merge conflicts.
20
*/
21
var logos = [
22
{
@@ -311,6 +313,8 @@ var logos = [
311
313
//
312
314
// Please include logos with transparent backgrounds with no extra margin in the image.
315
// If your logo is round, include `isRound: true` in your entry.
316
+ //
317
+ // Please leave a trailing comma after your entry to avoid merge conflicts.
318
];
319
320
module.exports = ({ page }) =>
0 commit comments