Change UTF8 user icon
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fred 2020-12-19 16:29:23 +01:00
parent ec7d5825de
commit 659a3b24ba
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -406,7 +406,7 @@ Pour résumer, cette fonction permet:
<title>Page title</title>
</head>
<body>
<h1>Hi!</h1>
<h1>👤 Hi!</h1>
<p>My name is {{ user_name }}. {{ user_first_name }} {{ user_name }}.</p>
<p>This page was generated at {{ now }}</p>
</body>
@ -423,7 +423,7 @@ Après application de notre contexte sur ce template, nous obtiendrons ce docume
<title>Page title</title>
</head>
<body>
<h1>Hi!</h1>
<h1>👤 Hi!</h1>
<p>My name is Bond. James Bond.</p>
<p>This page was generated at 2027-03-19 19:47:38</p>
</body>