diff options
| author | user@node5.net <user@node5.net> | 2025-09-25 23:10:16 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-09-25 23:10:16 +0200 |
| commit | 504412c3acdb69bbe50a60550add2f72ad8915a2 (patch) | |
| tree | 4769599ccfa34318fc0bbc6aa8b23b9e2a3f221e | |
| parent | 83f461c2ee691007e6c8a08d878f4abaae1803f4 (diff) | |
Article meta data - Icon on same line
| -rw-r--r-- | blog.node5.net/templates/article_meta_data.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blog.node5.net/templates/article_meta_data.html b/blog.node5.net/templates/article_meta_data.html index 5e9068e..f002d02 100644 --- a/blog.node5.net/templates/article_meta_data.html +++ b/blog.node5.net/templates/article_meta_data.html @@ -1,9 +1,9 @@ <h4>{{ article.metadata.description }}</h4> <br> -<span title="Created: {{ article.metadata.created }}" class="grey">🗓️ Created: {{ article.metadata.created.strftime('%Y-%m-%d') }}</span> +<nobr></nobr><span title="Created: {{ article.metadata.created }}" class="grey">🗓️ Created: {{ article.metadata.created.strftime('%Y-%m-%d') }}</span></nobr> <span class="dark-grey"> | </span> <a href="https://git.node5.net/blog/articles/log/{{ article.source_path | replace('blog.node5.net/articles', '') }}"> - <span title="Modified: {{ article.modified }} -Click to see article history" class="grey"><span class="devicons devicons-git" style="color: orange"></span> Modified: {{ article.modified.strftime('%Y-%m-%d') }}</span> + <nobr><span title="Modified: {{ article.modified }} +Click to see article history" class="grey"><span class="devicons devicons-git" style="color: orange"></span> Modified: {{ article.modified.strftime('%Y-%m-%d') }}</span></nobr> </a> |
