瀏覽代碼

Merge pull request #6633 from SvenDowideit/avoid-extra-gravatar-download

Lets not download the gravatar and then download a different one after t...
James Turnbull 11 年之前
父節點
當前提交
f1ac8962f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/theme/mkdocs/header.html

+ 1 - 1
docs/theme/mkdocs/header.html

@@ -32,7 +32,7 @@
       <ul class="nav user">
         <li class="dropdown">
           <a id="logged-in-header-username" class="dropdown-toggle" data-toggle="dropdown" href="#">
-            <img class="profile" src="https://secure.gravatar.com/avatar/26dc2b32b9e753823aef55e89687a9fc.jpg?s=30&amp;r=g&amp;d=mm" alt="profile picture">ostezer
+            <img class="profile" src="" alt="profile picture">
           </a>
           <ul class="dropdown-menu pull-right">
             <li><a href="https://hub.docker.com/">View Profile</a></li>