Use dynamic config for system names and components
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Station: Ward -> Station, Cabinet -> Desk, Table -> Desk - Atlas: Album -> Atlas - All templates now read from config.json for titles/taglines - Added shunts.json and plexuses.json data files - run.py passes system and components to all templates
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Atlas · Soleprint</title>
|
||||
<title>{{ system.title or 'Atlas' }} · Soleprint</title>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/svg+xml"
|
||||
@@ -172,7 +172,7 @@
|
||||
stroke-width="2"
|
||||
/>
|
||||
</svg>
|
||||
<h1>Album</h1>
|
||||
<h1>{{ system.title or 'Atlas' }}</h1>
|
||||
{% if soleprint_url %}<a
|
||||
href="{{ soleprint_url }}"
|
||||
style="
|
||||
@@ -187,8 +187,7 @@
|
||||
>{% endif %}
|
||||
</header>
|
||||
<p class="tagline">
|
||||
conocimiento y toma de decisiones
|
||||
<!-- Actionable documentation -->
|
||||
{{ system.tagline or 'Actionable documentation' }}
|
||||
</p>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user