瀏覽代碼

:tada: Merge pull request #106 from ish-u/main

fixes #98 : Added Fork me on GitHub
Jeff Triplett 4 年之前
父節點
當前提交
7fca9042a0
共有 3 個文件被更改,包括 14 次插入4 次删除
  1. 7 1
      Gemfile.lock
  2. 3 2
      README.md
  3. 4 1
      _includes/header.html

+ 7 - 1
Gemfile.lock

@@ -25,10 +25,12 @@ GEM
     ethon (0.12.0)
       ffi (>= 1.3.0)
     eventmachine (1.2.7)
+    eventmachine (1.2.7-x64-mingw32)
     execjs (2.7.0)
     faraday (1.0.1)
       multipart-post (>= 1.2, < 3)
     ffi (1.13.1)
+    ffi (1.13.1-x64-mingw32)
     forwardable-extended (2.6.0)
     gemoji (3.0.1)
     github-pages (208)
@@ -211,6 +213,8 @@ GEM
     multipart-post (2.1.1)
     nokogiri (1.10.10)
       mini_portile2 (~> 2.4.0)
+    nokogiri (1.10.10-x64-mingw32)
+      mini_portile2 (~> 2.4.0)
     octokit (4.18.0)
       faraday (>= 0.9)
       sawyer (~> 0.8.0, >= 0.5.3)
@@ -246,11 +250,13 @@ GEM
     unf (0.1.4)
       unf_ext
     unf_ext (0.0.7.7)
+    unf_ext (0.0.7.7-x64-mingw32)
     unicode-display_width (1.7.0)
     zeitwerk (2.4.0)
 
 PLATFORMS
   ruby
+  x64-mingw32
 
 DEPENDENCIES
   github-pages
@@ -258,4 +264,4 @@ DEPENDENCIES
   jekyll-optional-front-matter
 
 BUNDLED WITH
-   1.16.6
+   1.17.2

+ 3 - 2
README.md

@@ -6,9 +6,10 @@
 </div>
 
 # Awesome Django
+
 > A curated list of awesome things related to Django.
-Maintained by <a rel="" href="https://github.com/wsvincent">William Vincent</a> and
-<a rel="" href="https://github.com/jefftriplett">Jeff Triplett</a>.
+
+Maintained by [William Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett).
 
 Please consider supporting Django by making a donation to the <a rel="sponsored" href="https://www.djangoproject.com/fundraising/">Django Software Foundation</a>,
 sponsoring via <a rel="sponsored" href="https://github.com/sponsors/django">GitHub Sponsors</a>,

+ 4 - 1
_includes/header.html

@@ -11,5 +11,8 @@
     <link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css" />
 {% endif %}
   </head>
-
+  
+  <!-- Fork Me On GitHub Link -->
+  <a style="position: absolute;" href="https://github.com/wsvincent/awesome-django"><img loading="lazy" width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_green_007200.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
+  
   <body class="max-w-screen-lg mx-auto py-8 px-4 sm:px-6 lg:py-8 lg:px-8 {% if jekyll.environment == 'development' %}border border-2 debug-screens{% endif %}">