diff options
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> |