{% extends "layout.html" %} {% block title %}{{ social.title }}{% endblock %} {% block meta %} {% include "partials/social_meta.html" %} {% endblock %} {% block content %} {% if let Some(u) = viewer %} kitgit {% if !motd.is_empty() %} {{ motd }} {% endif %} your repositories {% if my_repos.is_empty() %} No repositories yet. Create one. {% else %} {% for r in my_repos %} {{ u.username }}/{{ r.name }} {% if r.visibility == "private" %}private{% else %}public{% endif %} {% endfor %} {% endif %} your activity {% if activities.is_empty() %} No activity yet. {% else %} {% for a in activities %} {% if let Some(avatar) = a.actor_avatar %} {% endif %} {% if let Some(name) = a.actor_username %} {{ name }} {% endif %} {{ a.summary }}{% if let Some(label) = a.ref_label %}{% if let Some(href) = a.ref_href %}{{ label }}{% else %}{{ label }}{% endif %}{% endif %} {% if let Some(owner) = a.repo_owner %} {% if let Some(rname) = a.repo_name %} {{ owner }}/{{ rname }} {% endif %} {% endif %} {{ a.created_at }} {% endfor %} {% endif %} {% else %} 狐 kitgit {% if !motd.is_empty() %} {{ motd }} {% else %} Self-hosted git for your team. {% endif %} log in sign up explore {% endif %} {% endblock %}
{{ motd }}
No repositories yet. Create one.
No activity yet.
狐 kitgit
Self-hosted git for your team.