diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-19 11:16:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-19 11:16:47 -0500 |
commit | 2d6a73ec70251ec575f8694ad6f1bd61142c4c1e (patch) | |
tree | 1ddb8e2f62f8007e9a73be4843abbac005b1cb5e | |
parent | 299e3e6c7c0eb0da332030834f0cacd75c00e52b (diff) | |
download | cl-2d6a73ec70251ec575f8694ad6f1bd61142c4c1e.tar.lz cl-2d6a73ec70251ec575f8694ad6f1bd61142c4c1e.tar.xz cl-2d6a73ec70251ec575f8694ad6f1bd61142c4c1e.zip |
simplify How to mention a user
-rw-r--r-- | content/pages/politica-de-uso.eo.md | 10 | ||||
-rw-r--r-- | content/pages/politica-de-uso.md | 4 | ||||
-rw-r--r-- | plugins/pelican_comments/README.md | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/content/pages/politica-de-uso.eo.md b/content/pages/politica-de-uso.eo.md index 048dc78..837c26a 100644 --- a/content/pages/politica-de-uso.eo.md +++ b/content/pages/politica-de-uso.eo.md @@ -65,12 +65,12 @@ tiamaniere la avataro povas esti ŝanĝita de la konto de la uzanto en #### Kiel mencii uzanton? -Pro la foresto de Javaskripto en la komenta sistemo. -Mencii uzanton povas esti malfacila, tamen ni nur devas meti -etikedon `<a>` al la komenco de la komento, -Jen mi montras al vi ekzemplon: +Pro la foresto de Ĝavaskripto en la komenta sistemo. +Mencii uzanton povas esti io malfacila, tamen ni nur +devas meti ligon ĉe la komenco de la komento, +ĉi tie mi montras ekzemplon: - <a href="#comment-snowden-20121118-20:14:50">@snowden</a> + [@snowden](#comment-snowden-20121118-20:14:50) Responda Mesaĝo kie: diff --git a/content/pages/politica-de-uso.md b/content/pages/politica-de-uso.md index c982d50..319a04d 100644 --- a/content/pages/politica-de-uso.md +++ b/content/pages/politica-de-uso.md @@ -76,10 +76,10 @@ usuario en [libravatar.org][libravatar]{:target='_blank' rel='noopener noreferre Debido a la ausencia de Javascript en el sistema de comentarios. Mencionar a un usuario puede ser algo dificil, sin embargo solo debemos -colocar una etiqueta `<a>` al inicio del comentario, +colocar un enlace al inicio del comentario, aquí os muestro un ejemplo: - <a href="#comment-snowden-20121118-20:14:50">@snowden</a> + [@snowden](#comment-snowden-20121118-20:14:50) Mensaje de respuesta. donde: diff --git a/plugins/pelican_comments/README.md b/plugins/pelican_comments/README.md index 751aa76..9d45b31 100644 --- a/plugins/pelican_comments/README.md +++ b/plugins/pelican_comments/README.md @@ -52,12 +52,12 @@ It doesn't matter what the files are named. # How to mention a user ? -Due to the absence of javascript in the comment system. -Mentioning a user can be difficult, however we just have -to put a `<a>` tag at the beginning of the comment, -Here I show you an example: +Because there is not Javascript in the comment system. +Mentioning a user can be something difficult, however +we just have to place a link at the beginning of the +comment, here I show an example: - <a href="#comment-snowden-20121118-20:14:50">@snowden</a> + [@snowden](#comment-snowden-20121118-20:14:50) Reply message. where: |