| 1234567891011121314151617 | 
							- <footer class="footer">
 
-   <div class="footer_inner wrap pale">
 
-     <img alt="{{ .Site.Title | upper }}" src='{{ absURL "icons/apple-touch-icon.png" }}' class="icon icon_2 transparent">
 
-     <p>{{ i18n "copyright" }} © <span class="year">{{ now.Format "2006"}}</span> {{ .Site.Title }}. {{ i18n "all_rights"}}
 
-     {{- if .Site.Params.copyRightExtended }}
 
-       {{ .Site.Params.copyRightExtended | markdownify }}
 
-     {{- end }}
 
-     </p>
 
-     {{- partial "top" .}}
 
-   </div>
 
- </footer>
 
- {{- partial "math" .}}
 
- {{- partial "tocbot" .}}
 
- {{- partial "adsense" .}}
 
- {{- partial "buy-me-a-coffee" .}}
 
- {{- partial "cookie-consent" .}}
 
 
  |