Эх сурвалжийг харах

publication: Make title width consistent with other pages (#372)

George Cushen 7 жил өмнө
parent
commit
c6c9768fd4

+ 1 - 4
layouts/publication/single.html

@@ -4,7 +4,7 @@
 
   {{ partial "header_image.html" . }}
 
-  <div class="container pub-title">
+  <div class="article-container">
     <h1 itemprop="name">{{ .Title }}</h1>
     <span class="pub-authors" itemprop="author">
       {{ with .Params.authors }}
@@ -14,9 +14,6 @@
     <span class="pull-right">
       {{ partial "share.html" . }}
     </span>
-  </div>
-
-  <div class="article-container">
 
     {{ if .Params.image }}
     <img src="{{ "/img/" | relURL }}{{ .Params.image }}" class="pub-banner" itemprop="image">