Explorar el Código

Ease the current URL selection

Sadly, URLs are more and more hidden into the browser's interface these days…

Greatly inspired by Luce Carević!

Check out her article too: https://luce.carevic.eu/fr/notes/kirby-mettre-en-place-un-flux-rss
master
David Larlet hace 2 años
padre
commit
b196dce464
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5
    4
      david/log/feed.xsl

+ 5
- 4
david/log/feed.xsl Ver fichero

@@ -70,7 +70,7 @@ Pour discuter :
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="/static/david/css/style_2021-01-20.css"/>
<style type="text/css">summary{margin-top: 2rem;}</style>
<style type="text/css">summary{margin-top: 2rem;} input{font-size: 1.5rem;}</style>
</head>
<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick">
<article>
@@ -107,9 +107,10 @@ Pour discuter :
</p>
</nav>
<hr />
<p>
<strong>Ceci est un flux,</strong> aussi appelé flux RSS. <strong>Suivez</strong> ces publications en copiant l’URL depuis la barre d’adresse de votre navigateur pour l’insérer dans votre lecteur de flux.
</p>
<form>
<label for="feed-url"><strong>Ceci est un flux,</strong> aussi appelé flux RSS. <strong>Suivez</strong> ces publications en insérant dans votre lecteur de flux l’URL en cours : </label>
<input type="text" id="feed-url" value="https://larlet.fr/david/log/" />
</form>
<details>
<summary>J’aimerais avoir plus d’informations !</summary>
<p>

Cargando…
Cancelar
Guardar