diff options
-rw-r--r-- | _includes/commentsthread.html | 4 | ||||
-rw-r--r-- | _posts/2021-04-09-kako-se-znebiti-NLB-avtentikatorja.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/_includes/commentsthread.html b/_includes/commentsthread.html index 62bdf7f..fcb8901 100644 --- a/_includes/commentsthread.html +++ b/_includes/commentsthread.html @@ -42,9 +42,9 @@ Komentar lahko uredi samo tisti, ki ga je napisal. Komentar uredite v brskalniku {% assign argv = thisid | append: "," | append: uid | split: "," %} {% include commentreplyform.html %} {{ return }} </div> - | + <!-- | --> <!-- urejanje namreč ni implementirano --> <label for=edit{{ uid }}> - <a>uredi</a> + <!-- <a>uredi</a> --> <!-- urejanje namreč ni implementirano --> </label> <input type=checkbox id=edit{{ uid }} class=showhide-checkbox > <div class=showhide-hiddenelement > diff --git a/_posts/2021-04-09-kako-se-znebiti-NLB-avtentikatorja.html b/_posts/2021-04-09-kako-se-znebiti-NLB-avtentikatorja.html index 658ea4e..0cffbdd 100644 --- a/_posts/2021-04-09-kako-se-znebiti-NLB-avtentikatorja.html +++ b/_posts/2021-04-09-kako-se-znebiti-NLB-avtentikatorja.html @@ -115,6 +115,7 @@ endofbody: <script src=//cdn.sijanec.eu/etc/npm/node_modules/@otplib/preset-brow </p> <code> sudo apt install oathtool + <br> oathtool -v --totp=sha256 --digits=8 [nekajznačno šestnajstiško zaporedje] </code> <p> |