mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
📝 docs: remove atom feed filter in script
This commit is contained in:
parent
da3882294c
commit
41c44d3d84
3 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Optimitza la càrrega amb un subconjunt de font personalitzat"
|
||||
date = 2023-04-29
|
||||
updated = 2023-05-25
|
||||
updated = 2023-06-22
|
||||
description = "Aprèn com crear un subconjunt personalitzat que només inclogui els glifs necessaris."
|
||||
|
||||
[taxonomies]
|
||||
|
|
@ -102,7 +102,7 @@ if [ ! -f "$font_file" ]; then
|
|||
fi
|
||||
|
||||
# Extreu el títol i els noms del menú del fitxer de configuració.
|
||||
title=$(awk -F' = ' '/^title/{print $2}' "$config_file" | tr -d '"' | grep -v "atom feed")
|
||||
title=$(awk -F' = ' '/^title/{print $2}' "$config_file" | tr -d '"')
|
||||
menu_names=$(awk -F' = ' '/^menu/{f=1;next} /socials/{f=0} f && /name/{print $2}' "$config_file" | cut -d',' -f1 | tr -d '"' )
|
||||
language_names=$(awk -F' = ' '/^language_name\./{print $2}' "$config_file" | tr -d '"' )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue