diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 22:15:28 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 22:15:28 +0700 |
commit | ed2e199d61334159db7cab2499d4cb2fb6c877b6 (patch) | |
tree | 92149f6687844973b667746718b82764d37dbb2e /layouts/_default | |
parent | a19ee40c813bdb4d0206ca17ff33b2806162d3b8 (diff) | |
download | blog-ed2e199d61334159db7cab2499d4cb2fb6c877b6.tar.gz |
Generalize CSS class
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/books.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/books.html b/layouts/_default/books.html index c4b7589..d574cbf 100644 --- a/layouts/_default/books.html +++ b/layouts/_default/books.html @@ -13,7 +13,7 @@ </header> <div class="content e-content"> <h1>Book info</h1> - <dl class="book-data"> + <dl class="data"> <dt>Book</dt> <dd>{{ .Params.book }}</dd> <dt>Authors</dt> |