feature/id-for-hmtl-headers #3
@@ -52,7 +52,7 @@ func newConfig() *Config {
 | 
			
		||||
		PDFDir:            "/var/www/cpolis/pdfs",
 | 
			
		||||
		PicsDir:           "/var/www/cpolis/pics",
 | 
			
		||||
		Port:              ":8080",
 | 
			
		||||
		Version:           "v0.15.2",
 | 
			
		||||
		Version:           "v0.15.3",
 | 
			
		||||
		WebDir:            "/var/www/cpolis/web",
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -38,11 +38,11 @@
 | 
			
		||||
    </main>
 | 
			
		||||
 | 
			
		||||
    <footer class="text-center text-gray-500 my-8">
 | 
			
		||||
        <p>© 2024 Jason Streifling. Alle Rechte vorbehalten.</p>
 | 
			
		||||
        <p>© 2025 Jason Streifling. Alle Rechte vorbehalten.</p>
 | 
			
		||||
        <p>{{.Version}} - <strong>Alpha: Drastische Änderungen und Fehler vorbehalten.</strong></p>
 | 
			
		||||
    </footer>
 | 
			
		||||
 | 
			
		||||
    <script src="https://unpkg.com/htmx.org@2.0.3"></script>
 | 
			
		||||
    <script src="https://unpkg.com/htmx.org@latest"></script>
 | 
			
		||||
    <script src="https://unpkg.com/easymde/dist/easymde.min.js"></script>
 | 
			
		||||
    <script>
 | 
			
		||||
        document.addEventListener('DOMContentLoaded', () => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user