Added toy penetration and more detailed trans tags.
This commit is contained in:
@@ -2,6 +2,10 @@ const upsert = require('../src/utils/upsert');
|
|||||||
const slugify = require('../src/utils/slugify');
|
const slugify = require('../src/utils/slugify');
|
||||||
|
|
||||||
const groups = [
|
const groups = [
|
||||||
|
{
|
||||||
|
slug: 'accessories',
|
||||||
|
name: 'Accessories',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
slug: 'age',
|
slug: 'age',
|
||||||
name: 'Age',
|
name: 'Age',
|
||||||
@@ -1264,6 +1268,22 @@ const tags = [
|
|||||||
slug: 'toy-dp',
|
slug: 'toy-dp',
|
||||||
description: 'Getting [double penetrated](/tag/dp) with dildos, strap-ons or buttplugs. You can use both ends of a [double dildo](/tag/double-dildo) for a [double dildo DP](/tag/double-dildo-dp).',
|
description: 'Getting [double penetrated](/tag/dp) with dildos, strap-ons or buttplugs. You can use both ends of a [double dildo](/tag/double-dildo) for a [double dildo DP](/tag/double-dildo-dp).',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'toy DVP',
|
||||||
|
slug: 'toy-dvp',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'toy DAP',
|
||||||
|
slug: 'toy-dap',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'toy TAP',
|
||||||
|
slug: 'toy-tap',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'toy TVP',
|
||||||
|
slug: 'toy-tvp',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'finger DP',
|
name: 'finger DP',
|
||||||
slug: 'finger-dp',
|
slug: 'finger-dp',
|
||||||
@@ -1272,6 +1292,16 @@ const tags = [
|
|||||||
name: 'transsexual',
|
name: 'transsexual',
|
||||||
slug: 'transsexual',
|
slug: 'transsexual',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'trans man',
|
||||||
|
slug: 'trans-man',
|
||||||
|
description: 'A man who was assigned female at birth and has typically undergone a social transition, and may but not necessarily have had gender-affirming surgeries.',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'trans woman',
|
||||||
|
slug: 'trans-woman',
|
||||||
|
description: 'woman man who was assigned male at birth and has typically undergone a social transition, and may but not necessarily have had gender-affirming surgeries.',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'DA triple penetration',
|
name: 'DA triple penetration',
|
||||||
slug: 'da-tp',
|
slug: 'da-tp',
|
||||||
@@ -1465,6 +1495,16 @@ const tags = [
|
|||||||
name: 'pregnant',
|
name: 'pregnant',
|
||||||
slug: 'pregnant',
|
slug: 'pregnant',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'collar',
|
||||||
|
slug: 'collar',
|
||||||
|
group: 'accessories',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'choker',
|
||||||
|
slug: 'choker',
|
||||||
|
group: 'accessories',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const aliases = [
|
const aliases = [
|
||||||
|
|||||||
Reference in New Issue
Block a user