diff --git a/layouts/partials/papers/body.html b/layouts/partials/papers/body.html index f001cc8c79566e9fb18e4d87660edb2554d55780..b1147c6d7dcb70ffef098e60647af97e14c5e16b 100644 --- a/layouts/partials/papers/body.html +++ b/layouts/partials/papers/body.html @@ -1,5 +1,5 @@ {{ if (partial "GetTextFromHTML" .Content) }} - <section id="content" class="paper-body"> + <section id="full-text" class="paper-body"> <h2>{{ i18n "volumes.full_text" }}</h2> <div class="articleBody"> {{ partial "PrepareHTML" .Content }} diff --git a/layouts/partials/papers/toc.html b/layouts/partials/papers/toc.html index 6a0206ec736b1d09b4e19158bce91b91b2b86585..ccb05f40e3c852a44c0cf63d1e054cf6369cb68d 100644 --- a/layouts/partials/papers/toc.html +++ b/layouts/partials/papers/toc.html @@ -12,7 +12,7 @@ <li><a href="#authors">{{ i18n "papers.toc.researchers" }}</a></li> {{- end -}} {{- if $content -}} - <li><a href="#content">{{ i18n "papers.toc.content" }}</a></li> + <li><a href="#full-text">{{ i18n "papers.toc.content" }}</a></li> {{- end -}} {{- if $references -}} <li><a href="#references">{{ i18n "papers.toc.references" }}</a></li>