mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
remove print_version option, apply crate version to css
This commit is contained in:
parent
70c0174fbc
commit
5ba9a95f6e
3 changed files with 4 additions and 12 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{% if meta.description %}
|
||||
<meta name="description" content="{{ meta.description }}" />
|
||||
{% endif %}
|
||||
<link rel="stylesheet" type="text/css" href="/theme/default.css?v=1" />
|
||||
<link rel="stylesheet" type="text/css" href="/theme/default.css?v={{ meta.version }}" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
</main>
|
||||
<footer>
|
||||
<a href="/rss">RSS</a> |
|
||||
<a href="https://github.com/yggverse/btracker" title="{% if meta.version %}v{{ meta.version }}{% endif %}">GitHub</a>
|
||||
<a href="https://github.com/yggverse/btracker" title="v{{ meta.version }}">GitHub</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue