diff --git a/package.json b/package.json index 125179f..72ff0dc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "speckle-starter-theme", "description": "A custom theme for speckle", "demo": "https://starter.ghost.io", - "version": "2.4.12", + "version": "2.4.13", "engines": { "ghost": ">=3.0.0", "ghost-api": "v3" diff --git a/partials/interop/connectorTagCards.hbs b/partials/interop/connectorTagCards.hbs index 8ead0a2..d1d9e87 100644 --- a/partials/interop/connectorTagCards.hbs +++ b/partials/interop/connectorTagCards.hbs @@ -6,7 +6,7 @@ us:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md"> {{#get "tags" limit="all" include='count.posts' order='count.posts desc' - filter="slug:[rhino,grasshopper,revit,dynamo,navisworks,excel,blender,autocad,civil3d,unity,unreal,archicad,openrail,etabs,sap2000,csibridge,safe,qgis,arcgis,topsolid,powerbi,sketchup,openroads,microstation,openbuildings,teklastructures,gsa]"}} + filter="slug:[rhino,grasshopper,revit,dynamo,navisworks,excel,blender,autocad,civil3d,advancesteel,unity,unreal,archicad,openrail,etabs,sap2000,csibridge,safe,qgis,arcgis,topsolid,powerbi,sketchup,openroads,microstation,openbuildings,teklastructures,gsa]"}} {{#foreach tags }} {{/foreach}} @@ -17,7 +17,7 @@ class="inline-block sm:w-auto mt-1 pl-3 mx-3 pr-10 py-2 text-base font-extrabold shadow-lg text-white bg-blue-500 dark:bg-blue-900 border-gray-300 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md"> {{#get "tags" limit="all" include='count.posts' order='count.posts desc' - filter="slug:[rhino,grasshopper,revit,dynamo,navisworks,excel,blender,autocad,civil3d,unity,unreal,archicad,openrail,etabs,sap2000,csibridge,safe,qgis,arcgis,topsolid,powerbi,sketchup,openroads,microstation,openbuildings,teklastructures,gsa]"}} + filter="slug:[rhino,grasshopper,revit,dynamo,navisworks,excel,blender,autocad,civil3d,advancesteel,unity,unreal,archicad,openrail,etabs,sap2000,csibridge,safe,qgis,arcgis,topsolid,powerbi,sketchup,openroads,microstation,openbuildings,teklastructures,gsa]"}} {{#foreach tags }} {{/foreach}} @@ -34,7 +34,7 @@