mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update profile.html.php
This commit is contained in:
parent
6d6a735bc1
commit
1e967869a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<article class="page type-page hentry">
|
||||
<header class="entry-header">
|
||||
<span class="social-navigation feed-link"><a href="<?php echo $author->url;?>/feed"><span class="screen-reader-text">RSS</span></a></span>
|
||||
<h1 class="entry-title"><?php echo $author->name ?></h1>
|
||||
<span class="social-navigation feed-link"><a href="<?php echo $author->url;?>/feed"><span class="screen-reader-text">RSS</span></a></span>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<?php echo $author->about ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue