mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 12:46:41 +01:00
Add blind-signatures-ec post
Add blind-signatures-ec post & update css style
This commit is contained in:
@@ -2,11 +2,24 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="description" content="Webpage description goes here" />
|
||||
<meta name="description" content="[blogo-summary]" />
|
||||
<meta charset="utf-8">
|
||||
<title>[blogo-title]</title>
|
||||
<meta name="title" content="[blogo-title]">
|
||||
<meta name="description" content="[blogo-summary]">
|
||||
|
||||
<meta property="og:title" content="[blogo-title]" />
|
||||
<meta property="og:description" content="[blogo-summary]" />
|
||||
<meta property="og:url" content="[blogo-link]" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:image" content="[blogo-img]" />
|
||||
<meta name="twitter:title" content="[blogo-title]">
|
||||
<meta name="twitter:description" content="[blogo-summary]">
|
||||
<meta name="twitter:image" content="[blogo-img]">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="author" content="arnaucube">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="">
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
@@ -22,19 +35,19 @@
|
||||
|
||||
<body>
|
||||
|
||||
<!-- o_gradient_background" -->
|
||||
<!-- o_gradient_background" -->
|
||||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"
|
||||
style="height:50px;font-size:130%;">
|
||||
style="height:50px;font-size:130%;">
|
||||
<div class="container">
|
||||
<a href="/blog" style="color:#000;">Blog index</a>
|
||||
<a href="/" style="color:#000;float:right;">arnaucube.com</a>
|
||||
</div>
|
||||
<img style="height:5px; width:100%; margin-top:8px;" src="img/gradient-line.jpg" />
|
||||
</nav>
|
||||
<div class="o_gradient_background" style="height:5px;"></div>
|
||||
|
||||
|
||||
|
||||
<div class="container" style="margin-top:80px;max-width:800px;">
|
||||
<div class="container" style="margin-top:40px;max-width:800px;">
|
||||
[blogo-content]
|
||||
</div>
|
||||
|
||||
@@ -54,7 +67,7 @@
|
||||
</div>
|
||||
<div class="row" style="display:inline-block;">
|
||||
Blog made with <a href="http://github.com/arnaucube/blogo/"
|
||||
target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
|
||||
target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -66,20 +79,21 @@
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.js" integrity="sha384-YNHdsYkH6gMx9y3mRkmcJ2mFUjTd0qNQQvY9VYZgQd7DcN7env35GzlmFaZ23JGp" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"></script>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
renderMathInElement(document.body, {
|
||||
displayMode: false,
|
||||
// customised options
|
||||
// • auto-render specific keys, e.g.:
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
],
|
||||
// • rendering keys, e.g.:
|
||||
throwOnError : true
|
||||
});
|
||||
});
|
||||
</script>
|
||||
});
|
||||
</script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user