@@ -34,7 +34,7 @@
 | 
			
		||||
				<a href="/" class="logo">
 | 
			
		||||
					<img src="/img/fr_logo.webp" alt="logo">
 | 
			
		||||
				</a>
 | 
			
		||||
				<!--<div class="links">
 | 
			
		||||
				<div class="links">
 | 
			
		||||
					{% for item in config.extra.nav_items %}
 | 
			
		||||
						<a href="{{ item.path }}"
 | 
			
		||||
							{% if item.path == current_path and item.path != "/" %}
 | 
			
		||||
@@ -42,7 +42,7 @@
 | 
			
		||||
							{% endif %}
 | 
			
		||||
						>{{ item.name }}</a>
 | 
			
		||||
						{% endfor %}				
 | 
			
		||||
        </div>-->
 | 
			
		||||
				</div>
 | 
			
		||||
			</nav>
 | 
			
		||||
		</header>
 | 
			
		||||
 | 
			
		||||
@@ -58,12 +58,16 @@
 | 
			
		||||
			{% endblock content %}
 | 
			
		||||
		</main>
 | 
			
		||||
		<footer>
 | 
			
		||||
			<p>Build time: {{ now() | date(format="%Y-%m-%d %H:%M") }},
 | 
			
		||||
			{% if config.extra.git %}
 | 
			
		||||
				<a href="{{ config.extra.git }}" target="_blank">Source</a>
 | 
			
		||||
			{% endif %}</p>
 | 
			
		||||
			<p>© filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
 | 
			
		||||
		</footer>
 | 
			
		||||
 | 
			
		||||
		<script>
 | 
			
		||||
			console.log("I heard that a cool frontend developer works for https://fofrweb.com")
 | 
			
		||||
		</script>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user