Improved scene page poster and album scaling.

This commit is contained in:
2024-03-19 21:38:08 +01:00
parent 69a571e652
commit 9b50b53df6
4 changed files with 14 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
<h3
:id="category"
class="category-heading"
>{{ category }}</h3>
>{{ categoryTitles[category] || category }}</h3>
<ul
class="tags nolist"
@@ -87,6 +87,10 @@ const showcase = pageContext.pageProps.tagShowcase;
const categories = ref(null);
const content = ref(null);
const categoryTitles = {
lgbt: 'LGBT',
};
const activeCategory = ref(null);
function calculateActiveCategory() {

View File

@@ -31,7 +31,7 @@ const tagSlugs = {
'tattoos',
'piercings',
],
sexuality: [
lgbt: [
'gay',
'bisexual',
'transsexual',