mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
module utils, add article wololo
This commit is contained in:
parent
3b9061514f
commit
3bf5856bab
12 changed files with 307 additions and 85 deletions
|
@ -30,7 +30,7 @@
|
|||
<body>
|
||||
<div id="page" class="page_article page__{{template_content['PAGE_SLUG']}} ">
|
||||
<header id=" masthead" class="site-header">
|
||||
<div class="header-image" style="background-image: url('{{template_content[" BANNIERE_ENTETE"]}}');
|
||||
<div class="header-image" style="background-image: url('{{template_content["BANNIERE_ENTETE"]}}');
|
||||
background-repeat: no-repeat; background-size: cover;">
|
||||
<a href="/">
|
||||
<img src="{{template_content['SITE_ICON']}}" class="site-icon img">
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<body>
|
||||
<div id="page" class="page__{{template_content[" PAGE_SLUG"]}}">
|
||||
<header id="masthead" class="site-header">
|
||||
<div class="header-image" style="background-image: url('{{template_content[" BANNIERE_ENTETE"]}}');
|
||||
<div class="header-image" style="background-image: url('{{template_content["BANNIERE_ENTETE"]}}');
|
||||
background-repeat: no-repeat; background-size: cover;">
|
||||
<div class="template-header">
|
||||
<a href="/">
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<body>
|
||||
<div id="page" class="page_article page__{{template_content['PAGE_SLUG']}} ">
|
||||
<header id=" masthead" class="site-header">
|
||||
<div class="header-image" style="background-image: url('{{template_content[" BANNIERE_ENTETE"]}}');
|
||||
<div class="header-image" style="background-image: url('{{template_content["BANNIERE_ENTETE"]}}');
|
||||
background-repeat: no-repeat; background-size: cover;">
|
||||
<a href="/">
|
||||
<img src="{{template_content['SITE_ICON']}}" class="site-icon img">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue