diff options
author | jaseg <git@jaseg.de> | 2025-06-30 15:35:25 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-06-30 15:35:25 +0200 |
commit | 16655c00e0a84f6bfe58870c918fbfc016fe58ec (patch) | |
tree | d410d2203b32b005ebb601e766a40f280ed8d32c /content/blog/hsm-basics/index.rst | |
parent | a324ba7b649840c16d365b757b19db2849991f11 (diff) | |
download | blog-16655c00e0a84f6bfe58870c918fbfc016fe58ec.tar.gz blog-16655c00e0a84f6bfe58870c918fbfc016fe58ec.tar.bz2 blog-16655c00e0a84f6bfe58870c918fbfc016fe58ec.zip |
Fix hugo layout in hugo > ~0.130.0
For some reason, newer hugo versions have trouble with .summary, and on
some pages where .summary is not defined in the page header metadata,
when rendering the page as a preview card, hugo swallows the card's
closing </div> tag. Such a weird bug, we now just work around it by
explicitly setting the .summary meta on pages that cause this bug(?) to
surface.
Diffstat (limited to 'content/blog/hsm-basics/index.rst')
-rw-r--r-- | content/blog/hsm-basics/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/hsm-basics/index.rst b/content/blog/hsm-basics/index.rst index 306edcd..74b7275 100644 --- a/content/blog/hsm-basics/index.rst +++ b/content/blog/hsm-basics/index.rst @@ -1,11 +1,11 @@ --- title: "Hardware Security Module Basics" date: 2019-05-17T15:29:20+08:00 +summary: > + I gave a short introduction into Hardware Security Modules at our university workgroup, including an overview on + interesting research directions. --- -Hardware Security Modules and Security Research and Cryptography -================================================================ - On May 17 2019 I gave a short presentation on the fundamentals of hardware security modules at the weekly seminar of Prof. Mori's security research working group at Waseda University. The motivation for this was that outside of low-level hardware security people and people working in the financial industry HSMs are not thought about that often. In |