Fixing descriptions.

This commit is contained in:
sergiotarxz 2023-05-03 17:39:09 +02:00
parent 7e17f274cd
commit 1d838f0e5d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
% my $categories = stash 'categories';
% my $current_category_slug = stash 'current_category_slug';
% my $description_og = stash 'description_og';
% $description_og =~ s/\s+/ /g;
% $description_og = substr $description_og, 0, 300;
% $description_og =~ s/\s\S+$//;
% $description_og.='...';