Layout-Umbauten:
- Standartisierung der Karten-/Template-Elemente (schließt #224) - Verbesserung einiger Ansichten - "schrumpfung" - Code-Cleanups - Trabsliteration Kategorien u. v. m.
This commit is contained in:
		@@ -1,9 +1,3 @@
 | 
			
		||||
<!--
 | 
			
		||||
Put this file in /layouts/shortcodes/figure.html
 | 
			
		||||
NB this overrides Hugo's built-in "figure" shortcode but is backwards compatible
 | 
			
		||||
Documentation and licence at https://github.com/liwenyip/hugo-easy-gallery/
 | 
			
		||||
-->
 | 
			
		||||
<!-- count how many times we've called this shortcode; load the css if it's the first time -->
 | 
			
		||||
<link rel="stylesheet" href={{ "css/hugo-easy-gallery.css" | relURL }} />
 | 
			
		||||
{{- if not ($.Page.Scratch.Get "figurecount") }}<link rel="stylesheet" href={{ "css/hugo-easy-gallery.css" | relURL }} />{{ end }}
 | 
			
		||||
{{- $.Page.Scratch.Add "figurecount" 1 -}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user