diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-15 13:10:53 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-15 13:10:53 +0100 |
commit | 308fac63793e912c874bf458f8976d0b0f76d650 (patch) | |
tree | e62e45e26d2891c86f7fe76d040f1ce55a4baa62 /index.html | |
parent | ed62d492323011741027c9d79973ccd30b4b0494 (diff) |
Use name instead of slug in Prolog descriptions
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -331,7 +331,7 @@ <div class="col-lg-12 col-md-12 col-sm-12 block block1"> <div class="scrollable-content-container"> <div class="description-container"> - <h2 class="title" data-dict="prolog" data-tkey="slug"></h2> + <h2 class="title" data-dict="prolog" data-tkey="name"></h2> <div class="description" data-dict="prolog" data-tkey="description"></div> </div> </div> |