mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
tags pages
This commit is contained in:
parent
367c7754c6
commit
072eafc751
4 changed files with 86 additions and 35 deletions
|
@ -15,7 +15,7 @@
|
|||
<script src="main_script.js"></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{template_content['TITLE']}}</title>
|
||||
<title>{{ article.title | safe }} -{{template_content['TITLE']}}</title>
|
||||
<meta name="author" content="{{template_content['AUTHOR']}}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{template_content['BLOG_TITLE']}} » Flux"
|
||||
href="{{template_content['NDD']}}/feed/">
|
||||
|
@ -35,7 +35,7 @@
|
|||
<a href="/">
|
||||
<img src="{{template_content['SITE_ICON']}}" class="site-icon img">
|
||||
</a>
|
||||
<h1 class="blog-title">{{ article.title | safe }} - {{template_content['BLOG_TITLE']}}
|
||||
<h1 class="blog-title">{{template_content['BLOG_TITLE']}}
|
||||
|
||||
</h1>
|
||||
<p class="blog-subtitle">{{template_content['BLOG_SUBTITLE']}}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue