Skip to content

Commit 0555902

Browse files
kuroishiraiclaude
andcommitted
Fix NBSP indentation in shota-sawada ja profile
The education block was indented with U+00A0 (NBSP) instead of regular spaces, which broke YAML parsing and caused the Education section to disappear from the rendered page. Replace NBSPs with spaces. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6f2574d commit 0555902

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

content/ja/authors/shota-sawada/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ interests:
2727
- カラオケ
2828

2929
education:
30-
  courses:
31-
  - course: システム創成工学専攻 情報システムコース
32-
    institution: 奈良工業高等専門学校 専攻科
33-
    year: 2025-
34-
  - course: 情報工学科
35-
    institution: 奈良工業高等専門学校
36-
    year: 2020-2025
30+
courses:
31+
- course: システム創成工学専攻 情報システムコース
32+
institution: 奈良工業高等専門学校 専攻科
33+
year: 2025-
34+
- course: 情報工学科
35+
institution: 奈良工業高等専門学校
36+
year: 2020-2025
3737

3838
# Social/Academic Networking
3939
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons

0 commit comments

Comments
 (0)