Skip to content

Commit

Permalink
feat: attribute for NGINX CSP management
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Oct 22, 2023
1 parent 239c273 commit 2341a9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/blogpost.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<div class="container post-container">
<h1 style="margin-bottom: 22px;">{{ title }}</h1>
<h1 style="margin-bottom: 22px;" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">{{ title }}</h1>
<div class="content">{{ content }}</div>
<div class="back-link">
<a href="/">← Back</a>
Expand Down
5 changes: 2 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ I also have a [CTFtime](https://ctftime.org/user/67138) and a [LinkedIn](https:/
&nbsp;
Currently I'm maintaining [teedata.net](https://teedata.net) ([skins.tw](https://skins.tw) until 2024).

<h2 class="category" style="margin-top: 40px;">Contact</h2>
<h2 class="category" style="margin-top: 40px;" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">Contact</h2>

I can be reached via Discord (`b0th`) or via email at one of the following addresses, <a href="mailto:theo1.bori@epitech.eu">theo1.bori@epitech.eu</a>, <a href="mailto:nagi@tilde.team">nagi@tilde.team</a>, <a href="mailto:nagi@cock.li">nagi@cock.li</a>, <a href="mailto:contact@theobori.cafe">contact@theobori.cafe</a>.
&nbsp;
<!-- <a href="/pgp.asc">PGP</a> - `EEFBCC3AC529CFD1943DA75CBDD57BE99D555965` -->
[PGP](/pgp.asc) - `EEFBCC3AC529CFD1943DA75CBDD57BE99D555965`

<h2 class="category" style="margin-top: 40px;">Other protocols</h2>
<h2 class="category" style="margin-top: 40px;" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">Other protocols</h2>

This website also offers a version for the [Gemini](gemini://tilde.pink/~nagi) and [Gopher](gopher://tilde.pink:70/1/~nagi) minimal web protocols.

Expand Down
12 changes: 6 additions & 6 deletions posts/teeworlds-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ try {
### Result (4K)

<p align="center" width="100%">
<img src="/render_color.png" width="30%" style="margin-right: 40px">
<img src="/render_default.png" width="30%" style="margin-left: 40px">
<img src="/render_color.png" width="30%" style="margin-right: 40px" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">
<img src="/render_default.png" width="30%" style="margin-left: 40px" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">
</p>

&nbsp;
Expand Down Expand Up @@ -99,8 +99,8 @@ Here we are going to merge specific parts from a skin (right) to another (left).
Any Teeworlds asset should works.

<p align="center" width="100%">
<img src="/teedata_skin.png" style="margin-right: 20px">
<img src="/alien_skin.png" style="margin-left: 20px">
<img src="/teedata_skin.png" style="margin-right: 20px" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">
<img src="/alien_skin.png" style="margin-left: 20px" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">
</p>


Expand Down Expand Up @@ -147,8 +147,8 @@ try {
### Result

<p align="center" width="100%">
<img src="/render_new_skin.png" style="margin-right: 40px">
<img src="/new_skin.png" style="margin-left: 40px">
<img src="/render_new_skin.png" style="margin-right: 40px" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">
<img src="/new_skin.png" style="margin-left: 40px" nonce="Fg4i6piWbxQWdgGv66UX1V1B5zwNWL4Om8vSTS4QG4I">
</p>

### Other result
Expand Down

0 comments on commit 2341a9c

Please sign in to comment.