Fix
This commit is contained in:
		
							parent
							
								
									c615ec112a
								
							
						
					
					
						commit
						1753368423
					
				| 
						 | 
					@ -380,8 +380,6 @@ h6:hover .anchor {
 | 
				
			||||||
    height: 20px;
 | 
					    height: 20px;
 | 
				
			||||||
    width: 20px;
 | 
					    width: 20px;
 | 
				
			||||||
    color: var(--secondary);
 | 
					    color: var(--secondary);
 | 
				
			||||||
    margin-left: 0px;
 | 
					 | 
				
			||||||
    margin-bottom: 24px;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.pag-back:hover {
 | 
					.pag-back:hover {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,6 +3,11 @@
 | 
				
			||||||
<article class="post-single">
 | 
					<article class="post-single">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <header class="post-header">
 | 
					  <header class="post-header">
 | 
				
			||||||
 | 
					        <nav class="pag-back">
 | 
				
			||||||
 | 
					      <a href="#back" onclick="window.history.back()">
 | 
				
			||||||
 | 
					      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" focusable="false" style="pointer-events: none; display: block; width: 100%; height: 100%;fill: var(--primary);stroke: var(--primary);" stroke-width="1"><polygon points="11.65,3.50 3.80,11.35 11.65,19.20 12.36,18.50 5.71,11.85 20.15,11.85 20.15,10.85 5.71,10.85 12.36,4.20"></polygon></svg>
 | 
				
			||||||
 | 
					      </a>
 | 
				
			||||||
 | 
					    </nav>
 | 
				
			||||||
    <h1 class="post-title">
 | 
					    <h1 class="post-title">
 | 
				
			||||||
      {{ .Title }}
 | 
					      {{ .Title }}
 | 
				
			||||||
    </h1>
 | 
					    </h1>
 | 
				
			||||||
| 
						 | 
					@ -37,11 +42,7 @@
 | 
				
			||||||
      <li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
 | 
					      <li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
 | 
				
			||||||
      {{- end }}
 | 
					      {{- end }}
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
    <nav class="pag-back">
 | 
					
 | 
				
			||||||
      <a href="#back" onclick="window.history.back()">
 | 
					 | 
				
			||||||
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" focusable="false" style="pointer-events: none; display: block; width: 100%; height: 100%;fill: var(--primary);stroke: var(--primary);" stroke-width="1"><polygon points="11.65,3.50 3.80,11.35 11.65,19.20 12.36,18.50 5.71,11.85 20.15,11.85 20.15,10.85 5.71,10.85 12.36,4.20"></polygon></svg>
 | 
					 | 
				
			||||||
      </a>
 | 
					 | 
				
			||||||
    </nav>
 | 
					 | 
				
			||||||
    <br/>
 | 
					    <br/>
 | 
				
			||||||
    {{- if (and (and site.Params.ShowShareButtons (ne .Params.disableShare true)) false) }}
 | 
					    {{- if (and (and site.Params.ShowShareButtons (ne .Params.disableShare true)) false) }}
 | 
				
			||||||
    {{- partial "share_icons.html" . -}}
 | 
					    {{- partial "share_icons.html" . -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue