Fix
This commit is contained in:
		
							parent
							
								
									ee9b891b51
								
							
						
					
					
						commit
						6976d4879a
					
				| 
						 | 
					@ -3,12 +3,11 @@
 | 
				
			||||||
    {{- if site.Copyright }}
 | 
					    {{- if site.Copyright }}
 | 
				
			||||||
    <span>{{ site.Copyright | markdownify }}</span>
 | 
					    <span>{{ site.Copyright | markdownify }}</span>
 | 
				
			||||||
    {{- else }}
 | 
					    {{- else }}
 | 
				
			||||||
    <a href="/admin/" style="text-decoration: none;">©</a> <span><a href="{{ "" | absLangURL }}">Morgan</a> + PaperMod</span>
 | 
					    <a href="/admin/" style="text-decoration: none;">©</a> <span><a href="{{ "" | absLangURL }}">Morgan</a> · PaperMod</span>
 | 
				
			||||||
    <div style="font-size: 10px;font-weight: light;">
 | 
					    <div style="font-size: 10px;font-weight: light;">
 | 
				
			||||||
    <a href="#" id="theme-toggle">Toggle Dark Mode</a>
 | 
					        <a href="#" id="theme-toggle">Toggle Dark Mode</a>
 | 
				
			||||||
    <br/>
 | 
					 | 
				
			||||||
    <span style="color: transparent;">Build date: {{ site.Params.buildDate }}</span>
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					    <span style="padding: 0;font-size: 5px; color: transparent;">Build date: {{ site.Params.buildDate }}</span>
 | 
				
			||||||
    {{- end }}
 | 
					    {{- end }}
 | 
				
			||||||
</footer>
 | 
					</footer>
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue