.links-of-author {
  a {
    font-size: $font-size-smaller;
  }

  if (not hexo-config('social_icons.icons_only')) {
    i[class^='fa'] {
      margin-right: 2px;
    }
  }
}
