Skip to content

Commit

Permalink
add empty div at the top to post some text there using JS
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 29, 2018
1 parent eb293a7 commit 13dac2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/incl/content.tt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div role="main" id="main">

<div id="top-poster"></div>

<div id="abstract">
<% IF img %><img id="abstract_img" src="<% img %>" alt="<% alt %>" /><% END %>
<div id="abstract_text"> <% abstract %></div>
Expand Down

0 comments on commit 13dac2b

Please sign in to comment.