mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-10-31 15:39:02 +00:00 
			
		
		
		
	Implemented iframes for menu items and imprint
This commit is contained in:
		| @@ -43,7 +43,7 @@ | ||||
|                     <p itemprop="name">{{ company.titel }} <br /> | ||||
|                     {{ company.subtitel }}</p> | ||||
|                     <span><i class="fa-solid fa-location-dot"></i> {{ company.address.values() | join(", ") }}</span> | ||||
|                     <p><a href="{{company.imprint_url}}"><i class="fa-solid fa-scale-balanced"></i> Imprint</a></p> | ||||
|                     <p><a href="{{company.imprint_url}}" class="iframe-link"><i class="fa-solid fa-scale-balanced"></i> Imprint</a></p> | ||||
|                 </div> | ||||
|             </footer> | ||||
|         </div> | ||||
|   | ||||
| @@ -26,7 +26,7 @@ | ||||
|             </li> | ||||
|         {% else %} | ||||
|             <li> | ||||
|                 <a class="dropdown-item" href="{{ children.url }}" target="{{ children.target|default('_blank') }}" data-bs-toggle="tooltip" title="{{ children.description }}"> | ||||
|                 <a class="dropdown-item {% if children.iframe %}iframe-link{% endif %}" href="{{ children.url }}" target="{{ children.target|default('_blank') }}" data-bs-toggle="tooltip" title="{{ children.description }}"> | ||||
|                      {{ render_icon_and_name(children) }} | ||||
|                 </a> | ||||
|             </li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user