Skip to content

Commit

Permalink
Debug user data
Browse files Browse the repository at this point in the history
  • Loading branch information
Alynva authored Jan 25, 2024
1 parent 2674423 commit c84b999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ <h1 class="{% if site.style == 'dark' %}text-white{% endif %} mb-2 lh-condensed"
<p class="mb-3 f4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">
{{ user.bio }}
</p>
<pre>
site: {{ user | jsonify | escape }}
</pre>

{% if include.metadata %}
<div class="f4 mb-6">
Expand Down

0 comments on commit c84b999

Please sign in to comment.